Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template is

trial::dynamic::is — Function object to check if variable has a given tag.

Synopsis

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

template<typename T> 
struct is {

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

Description

See Also:

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

is public member functions

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

PrevUpHomeNext