Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template left_shiftable

boost::type_erasure::left_shiftable

Synopsis

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

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

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

Description

left_shiftable public static functions

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

PrevUpHomeNext