Documents the BOOST_HANA_DEFINE_STRUCT macro.  
More...
| Namespaces | |
| boost::hana | |
| Namespace containing everything in the library. | |
| Functions | |
| auto | boost::hana::BOOST_HANA_DEFINE_STRUCT (...) | 
| Defines members of a structure, while at the same time modeling Struct.Using this macro in the body of a user-defined type will define the given members inside that type, and will also provide a model of theStructconcept for that user-defined type. This macro is often the easiest way to define a model of theStructconcept.  More... | |
Documents the BOOST_HANA_DEFINE_STRUCT macro.