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

IsConst evaluates to true if the provided type T is const, false otherwise. More...

#include <TypeTraits.h>

Public Types

using type = T
 

Static Public Attributes

static constexpr bool value = false
 

Detailed Description

template<typename T>
struct SC::TypeTraits::IsConst< T >

IsConst evaluates to true if the provided type T is const, false otherwise.


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