Forward declares boost::hana::accessors
.
More...
Namespaces | |
boost::hana | |
Namespace containing everything in the library. | |
Variables | |
template<typename S > | |
constexpr auto | boost::hana::accessors |
Returns a Sequence of pairs representing the accessors of the data structure.Given a Struct S , accessors<S>() is a Sequence of Product s where the first element of each pair is the "name" of a member of the Struct , and the second element of each pair is a function that can be used to access that member when given an object of the proper data type. As described in the global documentation for Struct , the accessor functions in this sequence must be move-independent. More... | |
Forward declares boost::hana::accessors
.