Concept wrapper around a type trait: check if T meets the type TRAIT<T,ARGS...>
More...
template<typename T, template< typename... > typename TRAIT, typename... ARGS>
Concept wrapper around a type trait: check if T meets the type TRAIT<T,ARGS...>
Definition: util.h:19
decltype(auto) value(T &&t)
return the value of an attribute, or if not an attribute the object
Definition: attribute_value.h:20
Concept wrapper around a type trait: check if T meets the type TRAIT<T,ARGS...>