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 Sequenceof pairs representing the accessors of the data structure.Given aStructS,accessors<S>()is aSequenceofProducts where the first element of each pair is the "name" of a member of theStruct, 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 forStruct, the accessor functions in this sequence must be move-independent.  More... | |
Forward declares boost::hana::accessors.