Boost.Hana  1.0.1
Your standard library for metaprogramming
accessors.hpp File Reference

Forward declares boost::hana::accessors. More...

Namespaces

 boost
 
 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 Products 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...
 

Detailed Description

Forward declares boost::hana::accessors.