xo-flatstring documentation master file
xo-flatstring documentation
xo-flatstring is a lightweight header-only library that provides a constexpr fixed-size no-allocation string implementation.
Why flatstring
?
flatstring
instances can be used as template arguments. [1]flatstring
operations (construction, concatenation, …) areconstexpr
, so can be done at compile time. [2]a
flatstring
expression can occupy both compile-time and runtime roles. [3]