lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
Static Public Attributes
lean::meta::is_unsigned< Integer > Struct Template Reference

Checks if the given integer type is unsigned. More...

#include <type_traits.h>

List of all members.

Static Public Attributes

static const Integer min = Integer(0)
static const Integer max = Integer(-1)
static const bool value = (max > min)
 True, if.

Detailed Description

template<class Integer>
struct lean::meta::is_unsigned< Integer >

Checks if the given integer type is unsigned.


Member Data Documentation

template<class Integer >
const bool lean::meta::is_unsigned< Integer >::value = (max > min) [static]

True, if.

 Integer

is unsigned, false otherwise.


The documentation for this struct was generated from the following file: