List of partially supported features
- Member Death::
Containers:: DateTime:: DateTime (const struct _SYSTEMTIME&st) noexcept - Available only on Windows platform.
- Member Death::
Containers:: DateTime:: DateTime (const struct _FILETIME&ft) noexcept - Available only on Windows platform.
- Member Death::
Containers:: DateTime:: ToWin32 () const noexcept - Available only on Windows platform.
- Member Death::
Containers:: StaticArray<size_t, class>:: StaticArray (InPlaceInitT, T( && data)[size]) - Not available on MSVC 2015 and MSVC 2017 as these compilers don't support moving arrays.
- Member Death::
Containers:: StaticArray<size_t, class>:: StaticArray (T( && data)[size]) - Not available on MSVC 2015 and MSVC 2017 as these compilers don't support moving arrays.
- Class Death::
IO:: AndroidAssetStream - Available only on Android platform.
- Class Death::
IO:: EmscriptenFilePicker - Available only on Emscripten platform.
- Class Death::
IO:: EmscriptenFileStream - Available only on Emscripten platform.
- Member Death::
IO:: FileSystem:: GetExternalStorage () - Available only on Android platform.
- Member Death::
IO:: FileSystem:: GetLocalStorage () - Available only on Unix platform.
- Member Death::
IO:: FileSystem:: GetWindowsDirectory () - Available only on Windows platform.
- Class Death::
IO:: FileSystem:: MapDeleter - Available only on Unix and non-RT Windows platforms.
- Member Death::
IO:: FileSystem:: MountAsPersistent (Containers::StringView path) - Available only on Emscripten platform.
- Member Death::
IO:: FileSystem:: OpenAsMemoryMapped (Containers::StringView path, FileAccess mode) - Available only on Unix and non-RT Windows platforms.
- Member Death::
IO:: FileSystem:: SyncToPersistent () - Available only on Emscripten platform.
- Member Death::
swap (T&a, T&b) noexcept(...) - On MSVC 2015 it's just an alias to std::
swap(), as compiler limitations prevent creating an alternative that wouldn't conflict. - Member Death::
Utf8:: FromUtf16 (const wchar_t*source, std::int32_t sourceSize) - Available only on Windows to be used when dealing directly with Windows Unicode APIs.
- Member Death::
Utf8:: ToUtf16 (const char*source, std::int32_t sourceSize) - Available only on Windows to be used when dealing directly with Windows Unicode APIs.
- Member Jazz2::
PreferencesCache:: IsStandalone - Available only on Emscripten platform.
- Member Jazz2::
PreferencesCache:: UseNativeBackButton - Available only on Android platform.