mirror of
https://github.com/boostorg/static_string.git
synced 2026-01-19 04:42:12 +00:00
This introduces a lightweight alternative to basic_static_string designed for use in POD types: trivially copyable, sizeof == N + 1, no embedded NULs. Placed in example/ to gather user feedback before committing to a public API. See <https://github.com/boostorg/static_string/issues/23>.