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

Method const_string

include/floor/constexpr/const_string.hpp:44–45  ·  view source on GitHub ↗

construct from c string (with size info)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected