MCPcopy Create free account
hub / github.com/boostorg/json / string

Method string

include/boost/json/string.hpp:233–233  ·  view source on GitHub ↗

Constructors. Construct a string. @li **(1)**, **(2)** the string is empty with a non-zero, unspecified capacity. @li **(3)** the string is filled with `count` copies of character `ch`. @li **(4)** the string will contain a copy of the characters of `s`. @li **(5)** the string will contain a copy of the characters of the null-ter

Source from the content-addressed store, hash-verified

231 @{
232 */
233 string() = default;
234
235 /** Overload
236

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected