Skip to content

boostorg/static_string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bff5cb6 · Feb 20, 2024
Oct 31, 2022
Oct 31, 2022
Nov 1, 2022
Oct 24, 2023
Feb 20, 2024
Feb 20, 2024
Apr 18, 2020
Oct 31, 2022
Oct 31, 2022
Nov 4, 2022
Sep 13, 2019
Feb 29, 2020
Sep 13, 2019
Feb 20, 2024
Dec 16, 2019
Sep 13, 2019
Mar 3, 2020
Mar 3, 2020

Repository files navigation

Boost.StaticString

Branch Travis Appveyor Azure Pipelines codecov.io Docs Matrix
master Build Status Build status Build Status codecov Documentation Matrix
develop Build Status Build status Build Status codecov Documentation Matrix

Introduction

This library provides a dynamically resizable string of characters with compile-time fixed capacity and contiguous embedded storage in which the characters are placed within the string object itself. Its API closely resembles that of std::string.

Documentation

License

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)