Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template bitorable

boost::type_erasure::bitorable

Synopsis

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

template<typename T = _self, typename U = T, typename R = T> 
struct bitorable {

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

Description

bitorable public static functions

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

PrevUpHomeNext