Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
template <typename T>
15
std::string get_mtxt(const T &obj) {
16
return obj.mtxt;
17
}
18
19
using atyp_valu = atyp<0x0>;
20
using atyp_rref = atyp<0x1>;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected