IAccS< Names,... > Struct Template Reference

Provides access method(s) to the first given option with name(s) according to that option's enumerator. More...

#include "IAccess.hpp"

Detailed Description

template<Names, class...>
struct opals::opts::glob::IAccS< Names,... >

Provides access method(s) to the first given option with name(s) according to that option's enumerator.

Template Parameters
name_The enumerator of the option to provide access to.
OptsThe parameter pack of the current and remaining options. IAccS derives from itself for the remaining options.