IceShard 1
A personal game engine project, with development focused on 2D/2.5D games.
Loading...
Searching...
No Matches
ice::detail::OnlyMemberValue Concept Reference

#include <ice/concept/strong_type_base.hxx>

Concept definition

template<typename T>
concept OnlyMemberValue = HasMemberValue<T> && sizeof(T) == sizeof(T::value)
Definition strong_type_base.hxx:15
Definition strong_type_base.hxx:20