Boost.Hana  1.5.0
Your standard library for metaprogramming
define_struct.hpp File Reference

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 the Struct concept for that user-defined type. This macro is often the easiest way to define a model of the Struct concept. More...
 

Detailed Description

Documents the BOOST_HANA_DEFINE_STRUCT macro.