|
XRTraits C++ OpenXR Utilities
|
Header with common utilities used by multiple headers. More...
#include <type_traits>

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... | |
Header with common utilities used by multiple headers.
1.8.13