Documents the BOOST_HANA_ADAPT_STRUCT macro.  
More...
| Namespaces | |
| boost::hana | |
| Namespace containing everything in the library. | |
| Functions | |
| auto | boost::hana::BOOST_HANA_ADAPT_STRUCT (...) | 
| Defines a model of Structwith the given members.Using this macro at global scope will define a model of theStructconcept for the given type. This can be used to easily adapt existing user-defined types in a ad-hoc manner. Unlike theBOOST_HANA_DEFINE_STRUCTmacro, this macro does not require the types of the members to be specified.  More... | |
Documents the BOOST_HANA_ADAPT_STRUCT macro.