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

Method module_local

include/pybind11/attr.h:120–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118struct module_local {
119 const bool value;
120 constexpr explicit module_local(bool v = true) : value(v) {}
121};
122
123/// Annotation to mark enums as an arithmetic type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected