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 is_same_cvelement_and_convertible

boost::move_upd::is_same_cvelement_and_convertible

Synopsis

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

template<typename P1, typename P2> 
struct is_same_cvelement_and_convertible {
  // types
  typedef bmupmu::remove_reference< P1 >::type arg1;
  typedef bmupmu::remove_reference< P2 >::type arg2;

  // public data members
  static const bool same_cvless;
  static const bool value;
};

PrevUpHomeNext