Sharg 1.1.2-rc.1
The argument parser for bio-c++ tools.
Loading...
Searching...
No Matches
sharg::named_enumeration Concept Reference

Checks whether the free function sharg::enumeration_names can be called on the type. More...

#include <sharg/enumeration_names.hpp>

Concept definition

template<typename option_type>
concept sharg::named_enumeration = requires
{
{ sharg::enumeration_names<option_type> };
}
Checks whether the free function sharg::enumeration_names can be called on the type.
Definition enumeration_names.hpp:235

Detailed Description

Checks whether the free function sharg::enumeration_names can be called on the type.

Template Parameters
option_typeThe type to check.

Requirements

Remarks
For a complete overview, take a look at Parser

This entity is experimental and subject to change in the future. Experimental since version 1.0.

Hide me