3-phase PV router
Loading...
Searching...
No Matches
List of all members
is_signed< T > Struct Template Reference

#include <is_signed.hpp>

Inheritance diagram for is_signed< T >:
Inheritance graph
[legend]
Collaboration diagram for is_signed< T >:
Collaboration graph
[legend]

Additional Inherited Members

- Public Types inherited from integral_constant< bool, is_same< remove_cv< T >::type, char >::value||is_same< remove_cv< T >::type, signed char >::value||is_same< remove_cv< T >::type, signed short >::value||is_same< remove_cv< T >::type, signed int >::value||is_same< remove_cv< T >::type, signed long >::value||is_same< remove_cv< T >::type, signed long long >::value||is_same< remove_cv< T >::type, float >::value||is_same< remove_cv< T >::type, double >::value >
using type = integral_constant
 
using value_type = bool
 
- Public Member Functions inherited from integral_constant< bool, is_same< remove_cv< T >::type, char >::value||is_same< remove_cv< T >::type, signed char >::value||is_same< remove_cv< T >::type, signed short >::value||is_same< remove_cv< T >::type, signed int >::value||is_same< remove_cv< T >::type, signed long >::value||is_same< remove_cv< T >::type, signed long long >::value||is_same< remove_cv< T >::type, float >::value||is_same< remove_cv< T >::type, double >::value >
constexpr operator value_type () const noexcept
 
constexpr value_type operator() () const noexcept
 
- Static Public Attributes inherited from integral_constant< bool, is_same< remove_cv< T >::type, char >::value||is_same< remove_cv< T >::type, signed char >::value||is_same< remove_cv< T >::type, signed short >::value||is_same< remove_cv< T >::type, signed int >::value||is_same< remove_cv< T >::type, signed long >::value||is_same< remove_cv< T >::type, signed long long >::value||is_same< remove_cv< T >::type, float >::value||is_same< remove_cv< T >::type, double >::value >
static constexpr bool value
 

Detailed Description

template<typename T>
struct is_signed< T >

Definition at line 13 of file is_signed.hpp.


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