Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template multipliable

boost::type_erasure::multipliable

Synopsis

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

template<typename T, typename U, typename R> 
struct multipliable {

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

Description

multipliable public static functions

  1. R (const  T &, const  U &);

PrevUpHomeNext