fennec
Loading...
Searching...
No Matches
fennec::is_signed< T >

Check if T is of a signed integral. More...

#include <type_traits.h>

Inherits detail::_is_signed< remove_cvref_t< T > >.

Detailed Description

template<typename T>
struct fennec::is_signed< T >

Checks if type T is a signed type i.e. T(-1) < T(0) and stores it in is_same::value.

Template Parameters
Ttype to check

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