Home

Awesome

GitHub license Travis CI AppVeyor Codecov Download

mp::inplace_string<CharT, MaxSize, Traits>

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).

Repository structure

That repository contains 3 cmake-based projects:

Please note that all projects depend on some cmake modules in ./cmake directory.

Building, testing and installation

For detailed information on project compilation, testing and reuse please refer to INSTALL.md.