Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template identity_based_inplace_combine

boost::icl::identity_based_inplace_combine

Synopsis

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

template<typename Type> 
struct identity_based_inplace_combine {

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

Description

identity_based_inplace_combine public static functions

  1. static Type identity_element();

PrevUpHomeNext