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