argon
0.12.0
Command line argument parser
|
Base type of all arguments. More...
#include <Argument.hpp>
Public Member Functions | |
Argument (std::string description) | |
Argument (const Argument &)=default | |
Argument (Argument &&) noexcept=default | |
Argument & | operator= (const Argument &)=default |
Argument & | operator= (Argument &&) noexcept=default |
virtual auto | format () const -> std::string=0 |
Protected Attributes | |
std::string | m_description |
Static Protected Attributes | |
static constexpr int | m_format_width { 24 } |
Base type of all arguments.