numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::base::concepts::is_signed< T > Struct Template Reference

Class to check whether a type is signed. More...

#include <num_collect/base/concepts/signed_integral.h>

+ Inheritance diagram for num_collect::base::concepts::is_signed< T >:
+ Collaboration diagram for num_collect::base::concepts::is_signed< T >:

Detailed Description

template<typename T>
struct num_collect::base::concepts::is_signed< T >

Class to check whether a type is signed.

Template Parameters
TType to be checked.
Note
For user-defined types, write specializations of this class.

Definition at line 39 of file signed_integral.h.


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