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

Class to check whether a type is a real scalar (a floating-point value or a type compatible with floating-point values). More...

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

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

Detailed Description

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

Class to check whether a type is a real scalar (a floating-point value or a type compatible with floating-point values).

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

Definition at line 38 of file real_scalar.h.


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