Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template same

trial::dynamic::same — Function object to check if variable has exactly a given type.

Synopsis

// In header: <boost/libs/trial.protocol/include/trial/dynamic/functional.hpp>

template<typename T> 
struct same {

  // public member functions
  bool operator()(const variable &) const;
};

Description

See Also:

basic_variable<Allocator>::same<T>()

same public member functions

  1. bool operator()(const variable & value) const;

PrevUpHomeNext