Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::TypeTraits::IsSame< T, U > Struct Template Reference

IsSame evaluates to true if the provided types T and U are the same, false otherwise. More...

#include <TypeTraits.h>

Static Public Attributes

static constexpr bool value = false
 

Detailed Description

template<typename T, typename U>
struct SC::TypeTraits::IsSame< T, U >

IsSame evaluates to true if the provided types T and U are the same, false otherwise.


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