Nix (Dev)
3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
iv::concepts::reservableContainer Concept Reference
#include <
concepts.hpp
>
Concept definition
template
<
typename
T>
concept
iv::concepts::reservableContainer
=
iv::concepts::container<T>
&&
requires
(T &c,
typename
T::size_type s) { c.reserve(s); }
iv::concepts::container
Definition
concepts.hpp:117
iv::concepts::reservableContainer
Definition
concepts.hpp:143
iv
concepts
reservableContainer
Generated by
1.12.0