Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template divide_assignable

boost::type_erasure::divide_assignable

Synopsis

// In header: <boost/type_erasure/operators.hpp>

template<typename T = _self, typename U = T> 
struct divide_assignable {

  // public static functions
  static void apply(T &, const U &);
};

Description

divide_assignable public static functions

  1. static void apply(T &, const U &);

PrevUpHomeNext