├── LICENSE ├── README.md ├── include └── ak_toolkit │ └── static_string.hpp └── test └── test_static_string.cpp /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akrzemi1/static_string/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akrzemi1/static_string/HEAD/README.md -------------------------------------------------------------------------------- /include/ak_toolkit/static_string.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akrzemi1/static_string/HEAD/include/ak_toolkit/static_string.hpp -------------------------------------------------------------------------------- /test/test_static_string.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akrzemi1/static_string/HEAD/test/test_static_string.cpp --------------------------------------------------------------------------------