TrinityCore
Optional.h File Reference
#include <optional>
+ Include dependency graph for Optional.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

template<class T >
using Optional = std::optional< T >
 Optional helper class to wrap optional values within. More...
 

Typedef Documentation

◆ Optional

template<class T >
using Optional = std::optional<T>

Optional helper class to wrap optional values within.

Definition at line 25 of file Optional.h.