Searched refs:CommonArgProperties (Results 1 – 1 of 1) sorted by relevance
4186 struct CommonArgProperties { struct4187 CommonArgProperties() {} in CommonArgProperties() argument4188 …CommonArgProperties( Detail::BoundArgFunction<ConfigT> const& _boundField ) : boundField( _boundFi… in CommonArgProperties() function4226 struct Arg : CommonArgProperties<ConfigT>, OptionArgProperties, PositionalArgProperties {4228 …Arg( Detail::BoundArgFunction<ConfigT> const& _boundField ) : CommonArgProperties<ConfigT>( _bound… in Arg()4230 using CommonArgProperties<ConfigT>::placeholder; // !TBD