Searched refs:static_vector (Results 1 – 1 of 1) sorted by relevance
253 Dynamic& promote(Static& static_vector) { in promote() argument254 assert(static_vector.full()); in promote()259 std::move(static_vector.begin(), static_vector.end(), std::back_inserter(vector)); in promote()