Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template is_neutron

boost::itl::is_neutron

Synopsis

template<class Type > 
struct is_neutron : public boost::itl::property< Type > {

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

Description

is_neutron public member functions

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

PrevUpHomeNext