MCPcopy Create free account
hub / github.com/pybind/pybind11 / StringLiteral

Method StringLiteral

include/pybind11/typing.h:122–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120template <size_t N>
121struct StringLiteral {
122 constexpr StringLiteral(const char (&str)[N]) { std::copy_n(str, N, name); }
123 char name[N];
124};
125

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected