Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Struct template enable_def_del

boost::move_upd::enable_def_del

Synopsis

// In header: <boost/move/default_delete.hpp>

template<typename U, typename T, typename Type = bmupmu::nat> 
struct enable_def_del : public boost::move_upmu::enable_if_c< def_del_compatible_cond< U, T >::value, Type >
{
};

PrevUpHomeNext