StormByte C++ Library 0.0.9999
StormByte is a comprehensive, cross-platform C++ library aimed at easing system programming, configuration management, logging, and database handling tasks. This library provides a unified API that abstracts away the complexities and inconsistencies of different platforms (Windows, Linux).
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
StormByte::is_reference< T > Struct Template Reference

Type traits for checking if a type is a reference. More...

#include <type_traits.hxx>

Static Public Attributes

static constexpr bool value = std::is_reference_v<T>
 

Detailed Description

template<typename T>
struct StormByte::is_reference< T >

Type traits for checking if a type is a reference.

Template Parameters
TType to check

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