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

Struct template unit_element_based_inplace_combine

boost::icl::unit_element_based_inplace_combine

Synopsis

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

template<typename Type> 
struct unit_element_based_inplace_combine {

  // public static functions
  static Type identity_element();
};

Description

unit_element_based_inplace_combine public static functions

  1. static Type identity_element();

PrevUpHomeNext