add fvec reserve
This commit is contained in:
@@ -35,6 +35,7 @@ namespace hr
|
||||
bool empty() const;
|
||||
void push_back(const base_t& v);
|
||||
void resize(std::size_t new_size, const base_t el);
|
||||
void reserve(std::size_t size);
|
||||
void shift();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user