MCPcopy Create free account
hub / github.com/pybind/pybind11 / operator""_a

Function operator""_a

include/pybind11/cast.h:2072–2076  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2070operator"" _a // gcc 4.8.5 insists on having a space (hard error).
2071#else
2072operator""_a // clang 17 generates a deprecation warning if there is a space.
2073#endif
2074 (const char *name, size_t) {
2075 return arg(name);
2076}
2077} // namespace literals
2078
2079PYBIND11_NAMESPACE_BEGIN(detail)

Callers

nothing calls this directly

Calls 1

argClass · 0.70

Tested by

no test coverage detected