Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template content_is_neutron

boost::itl::content_is_neutron

Synopsis

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

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

Description

content_is_neutron public member functions

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

PrevUpHomeNext