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

has_attribute_property concept More...

#include <attribute.h>

Concept definition

template<typename T, typename PROP>
concept bbm::concepts::has_attribute_property = attribute<T> && attribute_property<PROP> && std::same_as<PROP, typename std::decay_t<T>::prop>
attribute_property concept
Definition: attribute.h:22
attribute concept
Definition: attribute.h:39
has_attribute_property concept
Definition: attribute.h:65

Detailed Description

has_attribute_property concept

Checks if a type is an attribute with a given property