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

Forward declares boost::hana::members. More...

Namespaces

 boost
 
 boost::hana
 Namespace containing everything in the library.
 

Variables

constexpr auto boost::hana::members
 Returns a Sequence containing the members of a Struct.Given a Struct object, members returns a Sequence containing all the members of the Struct, in the same order as their respective accessor appears in the accessors sequence. More...
 

Detailed Description

Forward declares boost::hana::members.