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

Compile-time check for Plain Old Data types. More...

#include <simple_type_traits.h>

Static Public Attributes

static constexpr bool value = false
 

Detailed Description

template<typename T>
struct is_pod< T >

Compile-time check for Plain Old Data types.

Template Parameters
TType to test.

The primary template yields false; explicit specializations below whitelist the fundamental arithmetic types.

Member Data Documentation

◆ value

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

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