MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
boost::mpl11::undefined Struct Reference

Represents the bottom value of most functional programming languages. More...

#include <boost/mpl11/fwd/core.hpp>

Detailed Description

Represents the bottom value of most functional programming languages.

Specifically, this is a an invalid boxed type triggering a compile-time error whenever it is unboxed. Note that instantiating undefined in a SFINAE-able context will still trigger an error.