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 on_total_absorbable<Type, true, true>

boost::icl::interval_base_map::on_total_absorbable<Type, true, true>

Synopsis

// In header: <boost/icl/interval_base_map.hpp>


template<typename Type> 
struct on_total_absorbable<Type, true, true> {

  // public static functions
  static void flip(Type &, const typename Type::segment_type &);
};

Description

on_total_absorbable public static functions

  1. static void flip(Type & object, const typename Type::segment_type &);

PrevUpHomeNext