MCPcopy Create free account
hub / github.com/davmac314/dinit / static_string

Method static_string

src/includes/static-string.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41 public:
42 constexpr static_string(const char (&lit_p)[N+1]) : lit(lit_p) {}
43 constexpr char operator[](int i) const { return lit[i]; }
44 constexpr const char * c_str() const { return lit; }
45

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected