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

Function get_mtxt

tests/test_class_sh_factory_constructors.cpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14template <typename T>
15std::string get_mtxt(const T &obj) {
16 return obj.mtxt;
17}
18
19using atyp_valu = atyp<0x0>;
20using atyp_rref = atyp<0x1>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected