Arkanjo 0.2
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
command_base.hpp File Reference
+ Include dependency graph for command_base.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  has_options< typename, typename >
 
struct  has_options< T, std::void_t< decltype(T::options_)> >
 
class  CommandBase< Derived >
 

Macros

#define COMMAND_DESCRIPTION(str)
 

Macro Definition Documentation

◆ COMMAND_DESCRIPTION

#define COMMAND_DESCRIPTION ( str)
Value:
std::string_view description() const override { \
static constexpr char description_str[] = str; \
return description_str; \
}

Definition at line 9 of file command_base.hpp.