Flow
Documentation for the Flow C++ Library
|
#include <flow_vector.h>
Public Member Functions | |
std::size_t | operator() (std::size_t oldCapacity) |
Public Attributes | |
std::size_t | n1 = 0 |
std::size_t | n2 = 1 |
Definition at line 34 of file flow_vector.h.
|
inline |
Definition at line 37 of file flow_vector.h.
std::size_t flow::VectorGrowthStrategy::FibonacciExpand::n1 = 0 |
Definition at line 35 of file flow_vector.h.
Referenced by operator()().
std::size_t flow::VectorGrowthStrategy::FibonacciExpand::n2 = 1 |
Definition at line 36 of file flow_vector.h.
Referenced by operator()().