mp::inplace_string<CharT, MaxSize, Traits>
is a std::string
-like class template with the difference
that the text content is always stored in-place inside the class (like in SSO case in std::string
).
That repository contains 3 cmake
-based projects:
./src
- header-only project formp::inplace_string
.
- project wrapping./src
project and adding unit tests for it./test_package
- project used in installed package verification process
Please note that all projects depend on some cmake
modules in ./cmake
directory.
For detailed information on project compilation, testing and reuse please refer to INSTALL.md.