Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template is_signed

boost::random::traits::is_signed — Traits class that indicates whether type T is a signed integer.

Synopsis

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

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

PrevUpHomeNext