Loading...
Searching...
No Matches
bbm::concepts::trait_wrapper Concept Reference

Concept wrapper around a type trait: check if T meets the type TRAIT<T,ARGS...> More...

#include <util.h>

Concept definition

template<typename T, template< typename... > typename TRAIT, typename... ARGS>
concept bbm::concepts::trait_wrapper = TRAIT<T, ARGS...>::value
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

Detailed Description

Concept wrapper around a type trait: check if T meets the type TRAIT<T,ARGS...>