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
ParamCustomType
ice::concepts::ParamCustomType Concept Reference
#include <
ice/params_types.hxx
>
Concept definition
template
<
typename
T>
concept
ParamCustomType
=
requires
(T t) {
std::is_same_v<
decltype
(&T::param_parse_results),
bool
(*)(T&,
ice::Span<ice::String const>
)
noexcept
>;
}
ice::concepts::ParamCustomType
Definition
params_types.hxx:24
ice::Span
A view into an array of objects laid out in contiguous memory.
Definition
span.hxx:17
Generated by
1.18.0