![]() |
TrinityCore
|
#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. | |
| using Optional = std::optional<T> |
Optional helper class to wrap optional values within.
Definition at line 25 of file Optional.h.