Returns the datatype of the given data constructor. More...
#include <boost/mpl11/fwd/core.hpp>
Returns the datatype of the given data constructor.
By default, this metafunction returns ctor::mpl_datatype
if that expression is valid, and Foreign
otherwise. It can also be specialized to customize the datatype of data constructors without requiring the constructor to have a nested mpl_datatype
type.