MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
Namespaces | Classes
Core

Module containing miscellaneous core utilities. More...

Namespaces

 boost::mpl11::core
 Convenience namespace containing everything provided by the Core module.
 

Classes

struct  boost::mpl11::instantiate< Typeclass >
 Holds default methods of typeclasses. More...
 
struct  boost::mpl11::datatype< ctor >
 Returns the datatype of the given data constructor. More...
 
struct  boost::mpl11::undefined
 Represents the bottom value of most functional programming languages. More...
 
struct  boost::mpl11::box< x >
 Boxes its argument. More...
 
struct  boost::mpl11::cast< From, To >
 Metafunction class converting an object of the From datatype to an object of the To datatype. More...
 
struct  boost::mpl11::cast_to< To >
 Metafunction class converting an object to the To datatype. More...
 

Detailed Description

Module containing miscellaneous core utilities.