tesseract++ 0.0.1
N-dimensional tensor library for embedded systems
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
is_floating_point< T > Struct Template Reference

Compile-time floating-point type check. More...

#include <simple_type_traits.h>

Static Public Attributes

static constexpr bool value = false
 

Detailed Description

template<typename T>
struct is_floating_point< T >

Compile-time floating-point type check.

Template Parameters
TType to test.

The primary template yields false; explicit specializations below whitelist float and double.

Member Data Documentation

◆ value

template<typename T >
constexpr bool is_floating_point< T >::value = false
staticconstexpr

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