Flow
Documentation for the Flow C++ Library
Loading...
Searching...
No Matches
flow::GrowthStrategy Concept Reference

#include <flow_vector.h>

Concept definition

template<typename Strategy>
std::default_initializable<Strategy> &&
noexcept(Strategy()) &&
requires(Strategy strategy, std::size_t num) {
{ strategy(num) } -> std::same_as<std::size_t>;
}

Detailed Description

Definition at line 14 of file flow_vector.h.