Public Types | Static Public Attributes | List of all members
boost::detail::is_unsigned_values< T > Struct Template Reference

#include <is_unsigned.hpp>

Public Types

typedef remove_cv< T >::type no_cv_t
 

Static Public Attributes

static const no_cv_t minus_one = (static_cast<no_cv_t>(-1))
 
static const no_cv_t zero = (static_cast<no_cv_t>(0))
 

Detailed Description

template<class T>
struct boost::detail::is_unsigned_values< T >

Definition at line 30 of file is_unsigned.hpp.

Member Typedef Documentation

template<class T >
typedef remove_cv<T>::type boost::detail::is_unsigned_values< T >::no_cv_t

Definition at line 37 of file is_unsigned.hpp.

Member Data Documentation

template<class T >
const no_cv_t boost::detail::is_unsigned_values< T >::minus_one = (static_cast<no_cv_t>(-1))
static

Definition at line 38 of file is_unsigned.hpp.

template<class T >
const no_cv_t boost::detail::is_unsigned_values< T >::zero = (static_cast<no_cv_t>(0))
static

Definition at line 39 of file is_unsigned.hpp.


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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:34