Sharg 1.1.2-rc.1
The argument parser for bio-c++ tools.
|
This is the complete list of members for sharg::detail::adl_only::enumeration_names_cpo< option_t >, including all inherited members.
cpo_overload(sharg::detail::priority_tag< 1 >) noexcept(noexcept(sharg::custom::parsing< option_type >::enumeration_names)) -> decltype(sharg::custom::parsing< option_type >::enumeration_names) | sharg::detail::adl_only::enumeration_names_cpo< option_t > | inlinestatic |
cpo_overload(sharg::detail::priority_tag< 0 >) noexcept(noexcept(enumeration_names(option_or_type_identity< option_type >{}))) -> decltype(enumeration_names(option_or_type_identity< option_type >{})) | sharg::detail::adl_only::enumeration_names_cpo< option_t > | inlinestatic |
enumeration_names_cpo()=default | sharg::detail::adl_only::enumeration_names_cpo< option_t > | |
enumeration_names_cpo(enumeration_names_cpo &&)=default | sharg::detail::adl_only::enumeration_names_cpo< option_t > | |
enumeration_names_cpo(enumeration_names_cpo const &)=default | sharg::detail::adl_only::enumeration_names_cpo< option_t > | |
operator()(args_t &&... args) const noexcept(noexcept(cpo_overload(sharg::detail::priority_tag< 1 >{}, std::forward< args_t >(args)...))) -> decltype(cpo_overload(sharg::detail::priority_tag< 1 >{}, std::forward< args_t >(args)...)) | sharg::detail::adl_only::enumeration_names_cpo< option_t > | inline |
operator=(enumeration_names_cpo &&)=default | sharg::detail::adl_only::enumeration_names_cpo< option_t > | |
operator=(enumeration_names_cpo const &)=default | sharg::detail::adl_only::enumeration_names_cpo< option_t > | |
option_or_type_identity typedef | sharg::detail::adl_only::enumeration_names_cpo< option_t > |