Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static-Vector

A statically allocated Vector-like type. Great for embedded applications

Example

// Create a vector that has max of 16 values
StaticVector<int, 16> vec;

// Same(ish) interface as std::vector
vec.push_back(4);
vec.push_back(2);

About

Statically allocated Vector-like Type

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages