HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
UT_Optional.h
Go to the documentation of this file.
1
/*
2
* PROPRIETARY INFORMATION. This software is proprietary to
3
* Side Effects Software Inc., and is not to be reproduced,
4
* transmitted, or disclosed in any way without written permission.
5
*
6
*/
7
8
#pragma once
9
10
#ifndef __UT_OPTIONAL_H_INCLUDED__
11
#define __UT_OPTIONAL_H_INCLUDED__
12
13
#include <hboost/optional.hpp>
14
15
template
<
typename
T>
16
using
UT_Optional
= hboost::optional<T>;
17
18
#endif
UT_Optional
hboost::optional< T > UT_Optional
Definition:
UT_Optional.h:16
UT
UT_Optional.h
Generated on Sat Jun 25 2022 05:27:03 for HDK by
1.8.6