Flow
Documentation for the Flow C++ Library
Loading...
Searching...
No Matches
flow::GrowthStrategy Concept Reference
#include <
flow_vector.h
>
Concept definition
template
<
typename
Strategy>
concept
flow::GrowthStrategy
=
std::default_initializable<Strategy> &&
noexcept
(Strategy()) &&
requires
(Strategy strategy, std::size_t num) {
{ strategy(num) } -> std::same_as<std::size_t>;
}
flow::GrowthStrategy
Definition
flow_vector.h:14
Detailed Description
Definition at line
14
of file
flow_vector.h
.
flow
GrowthStrategy
Generated by
1.14.0