XRTraits C++ OpenXR Utilities
Public Types | List of all members
xrtraits::traits::TypeWrapper< T > Struct Template Reference

#include <APITraitsFwd.h>

Public Types

using type = T
 The type that we're wrapping. More...
 

Detailed Description

template<typename T>
struct xrtraits::traits::TypeWrapper< T >

A struct template to wrap a type, to be able to pass it as an argument.

Member Typedef Documentation

◆ type

template<typename T >
using xrtraits::traits::TypeWrapper< T >::type = T

The type that we're wrapping.


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