Monado OpenXR Runtime
xrt_device.hpp File Reference

C++ helpers for xrt_device. More...

#include "xrt_device.h"
#include "xrt_deleters.hpp"
#include <memory>
Include dependency graph for xrt_device.hpp:

Go to the source code of this file.

Typedefs

using xrt::unique_xrt_device = std::unique_ptr< xrt_device, deleters::ptr_ptr_deleter< xrt_device, xrt_device_destroy > >
 Unique-ownership smart pointer for a xrt_device implementation. More...
 

Detailed Description

Typedef Documentation

◆ unique_xrt_device

using xrt::unique_xrt_device = typedef std::unique_ptr<xrt_device, deleters::ptr_ptr_deleter<xrt_device, xrt_device_destroy> >

Unique-ownership smart pointer for a xrt_device implementation.