Skyscraper 2.0
XrUuid.h File Reference
#include <functional>
#include <openxr/openxr.h>
Include dependency graph for XrUuid.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  xr::TypedUuid< Type >
 
struct  std::hash< XrUuidMSFT >
 
struct  std::hash< xr::TypedUuid< T > >
 

Namespaces

namespace  xr
 The xr::DispatchTable struct contains all available PFN pointers to xr functions including those in all extensions. The application should call dispatchTable.Initialize() once creating a new XrInstance to initialize all function pointers. The application should reset the dispatch table by = {} when destroying the instance handle.
 
namespace  std
 

Functions

bool operator== (const XrUuidMSFT &lh, const XrUuidMSFT &rh) noexcept
 
bool operator!= (const XrUuidMSFT &lh, const XrUuidMSFT &rh) noexcept
 
bool operator< (const XrUuidMSFT &lh, const XrUuidMSFT &rh) noexcept
 

Function Documentation

◆ operator!=()

bool operator!= ( const XrUuidMSFT & lh,
const XrUuidMSFT & rh )
inlinenoexcept

Definition at line 13 of file XrUuid.h.

◆ operator<()

bool operator< ( const XrUuidMSFT & lh,
const XrUuidMSFT & rh )
inlinenoexcept

Definition at line 17 of file XrUuid.h.

◆ operator==()

bool operator== ( const XrUuidMSFT & lh,
const XrUuidMSFT & rh )
inlinenoexcept

Definition at line 9 of file XrUuid.h.