MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
boost::mpl11::from_just< m > Struct Template Reference

Extracts the value out of a just, and triggers a hard compile-time error if the argument is nothing. More...

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

Detailed Description

template<typename m>
struct boost::mpl11::from_just< m >

Extracts the value out of a just, and triggers a hard compile-time error if the argument is nothing.

Todo:
Consider being SFINAE friendly.