Template Struct is_parameter_concept

Inheritance Relationships

Base Type

  • public std::false_type

Struct Documentation

template<typename T, typename = void>
struct is_parameter_concept : public std::false_type

Checks if the type T models the ParameterConcept.

Requirements on type T for matching the requirements: a. The type must have a get method.