AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
Optional.h File Reference
#include <optional>

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.
 

Typedef Documentation

◆ Optional

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

Optional helper class to wrap optional values within.