![]() |
Home | Libraries | People | FAQ | More |
boost::histogram::unlimited_storage::reference
// In header: <boost/histogram/unlimited_storage.hpp> class reference : public boost::histogram::unlimited_storage< buffer_type >::reference_t { public: // construct/copy/destruct reference operator=(reference); reference operator=(const_reference); template<typename U> reference operator=(const U &); // public member functions template<typename U> reference operator+=(const U &); template<typename U> reference operator *=(const U &); template<typename U> reference operator-=(const U &); template<typename U> reference operator/=(const U &); reference operator++(); bool operator<(reference) const; bool operator>(reference) const; bool operator==(reference) const; };
reference
public member functionstemplate<typename U> reference operator+=(const U & t);
template<typename U> reference operator *=(const U & t);
template<typename U> reference operator-=(const U & t);
template<typename U> reference operator/=(const U & t);
reference operator++();
bool operator<(reference rhs) const;
bool operator>(reference rhs) const;
bool operator==(reference rhs) const;