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); }
Definition concepts.hpp:117
Definition concepts.hpp:143