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

Compile-time type equality check (replacement for std::is_same). More...

#include <simple_type_traits.h>

Static Public Attributes

static constexpr bool value = false
 

Detailed Description

template<typename A, typename B>
struct is_same< A, B >

Compile-time type equality check (replacement for std::is_same).

Template Parameters
AFirst type.
BSecond type.

Member Data Documentation

◆ value

template<typename A , typename B >
constexpr bool is_same< A, B >::value = false
staticconstexpr

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