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
ContiguousResizableContainer
ice::concepts::ContiguousResizableContainer Concept Reference
#include <
ice/container/container_concepts.hxx
>
Concept definition
template
<
typename
T>
concept
ContiguousResizableContainer
=
ResizableContainer<T>
&&
ContiguousContainer<T>
&&
requires
(T t) {
{ t.memory_view() } -> std::convertible_to<ice::Memory>;
}
ice::concepts::ContiguousContainer
Definition
container_concepts.hxx:59
ice::concepts::ContiguousResizableContainer
Definition
container_concepts.hxx:70
ice::concepts::ResizableContainer
Definition
container_concepts.hxx:40
Generated by
1.18.0