7 #include "arg_router/utility/dynamic_string_view.hpp"
25 template <
typename... Params>
35 template <
typename... Ts>
38 constexpr
static std::false_type test(...);
42 constexpr
static bool value = decltype(test(std::declval<T*>()))::value;
std::vector< T, config::allocator< T > > vector
constexpr bool is_tree_node_v
utility::dynamic_string_view label
Node name.
utility::dynamic_string_view description
Node description.
vector< runtime_help_data > children
Child node help data.