XRTraits C++ OpenXR Utilities
Namespaces | Variables
Common.h File Reference

Header with common utilities used by multiple headers. More...

#include <type_traits>
Include dependency graph for Common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 xrtraits
 Main namespace for these C++ OpenXR utilities.
 

Variables

template<typename T >
constexpr bool xrtraits::is_pointer_v = std::is_pointer<T>::value
 Variable template wrapping std::is_pointer<T>::value. More...
 
template<typename T >
constexpr bool xrtraits::is_reference_v = std::is_reference<T>::value
 Variable template wrapping std::is_reference<T>::value. More...
 
template<typename T >
constexpr bool xrtraits::is_const_v = std::is_const<T>::value
 Variable template wrapping std::is_const<T>::value. More...
 
template<typename T , typename U >
constexpr bool xrtraits::is_same_v = std::is_same<T, U>::value
 Variable template wrapping std::is_same<T, U>::value. More...
 

Detailed Description

Header with common utilities used by multiple headers.

Author
Ryan Pavlik ryan..nosp@m.pavl.nosp@m.ik@co.nosp@m.llab.nosp@m.ora.c.nosp@m.om