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

If m is nothing, returns def. More...

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

Detailed Description

template<typename def, typename m>
struct boost::mpl11::from_maybe< def, m >

If m is nothing, returns def.

Otherwise, returns the value inside the just.