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 to view this page for the latest version.
PrevUpHomeNext

Class template base_from_member<MemberType &, UniqueID>

boost::base_from_member<MemberType &, UniqueID>

Synopsis

// In header: <boost/utility/base_from_member.hpp>

template<typename MemberType, int UniqueID> 
class base_from_member<MemberType &, UniqueID> {
public:
  // construct/copy/destruct
  explicit base_from_member(MemberType &) noexcept;
};

Description

base_from_member public construct/copy/destruct

  1. explicit base_from_member(MemberType & x) noexcept;

PrevUpHomeNext