Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template empty

boost::itl::empty

Synopsis

template<class Type > 
class empty : public boost::itl::property< Type > {
public:

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

Description

empty public member functions

  1. bool operator()(const Type & x) const;

PrevUpHomeNext