neoGFX
Cross-platform C++ app/game engine
|
#include <type_traits.hpp>
Static Public Attributes | |
static constexpr bool | can_load = has_loading_support<LoadingStreamType, T>::value |
static constexpr bool | can_save = has_saving_support<SavingStreamType, T>::value |
static constexpr bool | value = can_load && can_save |
Definition at line 76 of file type_traits.hpp.
|
staticconstexpr |
Definition at line 77 of file type_traits.hpp.
|
staticconstexpr |
Definition at line 78 of file type_traits.hpp.
|
staticconstexpr |
Definition at line 79 of file type_traits.hpp.