MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / String

Function String

Libraries/Memory/String.h:31–31  ·  view source on GitHub ↗

@brief Builds an empty String with a given Encoding @param encoding The encoding of the String

Source from the content-addressed store, hash-verified

29 /// @brief Builds an empty String with a given Encoding
30 /// @param encoding The encoding of the String
31 String(StringEncoding encoding = StringEncoding::Utf8) : encoding(encoding) {}
32
33 /// @brief Builds String from a StringSpan
34 /// @param sv StringSpan to be assigned to this String

Callers

nothing calls this directly

Calls 2

StringSpanFunction · 0.85
assignFunction · 0.50

Tested by

no test coverage detected