OpenKalman
Classes
number_traits.hpp File Reference

Traits for arithmetic and complex scalar types. More...

#include <limits>
#include <complex>
#include "../../basics/compatibility/language-features.hpp"
Include dependency graph for number_traits.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::interface::number_traits< T, typename >
 
struct  OpenKalman::interface::number_traits< void >
 Void is explicitly not a number. More...
 
struct  OpenKalman::interface::number_traits< T, std::enable_if_t< std::is_arithmetic_v< T > > >
 Traits for std::is_arithmetic types. More...
 
struct  OpenKalman::interface::number_traits< std::complex< T > >
 Traits for std::complex. More...
 

Detailed Description

Traits for arithmetic and complex scalar types.