MCPcopy Create free account
hub / github.com/a2flo/floor / const_string

Method const_string

constexpr/const_string.hpp:43–44  ·  view source on GitHub ↗

construct from c string (with size info)

Source from the content-addressed store, hash-verified

41
42 //! construct from c string (with size info)
43 constexpr const_string(const char (&str)[count]) noexcept :
44 content(make_array(str)) {}
45
46 //! construct from storage container
47 template <size_t size>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected