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_intrusive_index<boost::interprocess::iunordered_set_index< MapConfig >>

boost::interprocess::is_intrusive_index<boost::interprocess::iunordered_set_index< MapConfig >>

Synopsis

// In header: <boost/interprocess/indexes/iunordered_set_index.hpp>

template<typename MapConfig> 
struct is_intrusive_index<boost::interprocess::iunordered_set_index< MapConfig >> {

  enum @5 { value =  true };
};

Description

@ Trait class to detect if an index is an intrusive index


PrevUpHomeNext