IceShard
1
A personal game engine project, with development focused on 2D/2.5D games.
Toggle main menu visibility
Loading...
Searching...
No Matches
ice
concepts
ConfigValueType
ice::concepts::ConfigValueType Concept Reference
#include <
ice/config/config_details.hxx
>
Concept definition
template
<
typename
T>
concept
ConfigValueType
= std::convertible_to<T, ice::String> || std::is_arithmetic_v<T>
ice::concepts::ConfigValueType
Definition
config_details.hxx:26
Generated by
1.18.0