HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_Optional.h File Reference
#include <hboost/optional.hpp>
+ Include dependency graph for UT_Optional.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __UT_OPTIONAL_H_INCLUDED__
 

Typedefs

template<typename T >
using UT_Optional = hboost::optional< T >
 

Macro Definition Documentation

#define __UT_OPTIONAL_H_INCLUDED__

Definition at line 19 of file UT_Optional.h.

Typedef Documentation

template<typename T >
using UT_Optional = hboost::optional<T>

Definition at line 24 of file UT_Optional.h.