![]() |
Ark Server API (ASA) - Wiki
|
Include dependency graph for StructuredArchiveFwd.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Typedefs | |
| using | FArchiveFormatterType = std::conditional_t<WITH_TEXT_ARCHIVE_SUPPORT, FStructuredArchiveFormatter, FBinaryArchiveFormatter> |
| using FArchiveFormatterType = std::conditional_t<WITH_TEXT_ARCHIVE_SUPPORT, FStructuredArchiveFormatter, FBinaryArchiveFormatter> |
Typedef for which formatter type to support Written using std::conditional_t to work around IncludeTool complaints about #if blocks in Fwd.h files
Definition at line 26 of file StructuredArchiveFwd.h.