TrinityCore
|
#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.
Definition at line 25 of file Optional.h.