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

attribute_property concept More...

#include <attribute.h>

Concept definition

template<typename PROP>
{
typename std::decay_t<PROP>::type;
}
attribute_property concept
Definition: attribute.h:22

Detailed Description

attribute_property concept

Each attribute_property must at least contain a typedef named 'type' that indicates the underlying attribute type.