Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
120
template <size_t N>
121
struct 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