sharg 1.0.0
THE argument parser for bio-c++ tools.
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:238

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.