AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#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. More... | |
using Optional = std::optional<T> |
Optional helper class to wrap optional values within.