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_integral< T > Struct Template Reference

Class to check whether a type is an integer. More...

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

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

Detailed Description

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

Class to check whether a type is an integer.

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

Definition at line 37 of file integral.h.


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