Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
attribute_value.h File Reference

Helper methods for extracting the value of an attribute (according to concepts::attribute). More...

#include "concepts/attribute.h"

Go to the source code of this file.

Namespaces

namespace  bbm
 

Typedefs

template<typename T >
using attribute_value_t = bbm::detail::attribute_value< std::decay_t< T > >::type
 return the type of value(t)
 

Functions

template<typename T >
decltype(auto) value (T &&t)
 return the value of an attribute, or if not an attribute the object
 

Detailed Description

Helper methods for extracting the value of an attribute (according to concepts::attribute).