Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template is_integral

boost::random::traits::is_integral — Traits class that indicates whether type T is an integer.

Synopsis

// In header: <boost/random/traits.hpp>

template<typename T> 
struct is_integral : public  {
};

PrevUpHomeNext