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

Function print_movable

tests/test_virtual_functions.cpp:143–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141
142 std::string print_nc(int a, int b) { return get_noncopyable(a, b).get_value(); }
143 std::string print_movable(int a, int b) { return get_movable(a, b).get_value(); }
144};
145class NCVirtTrampoline : public NCVirt {
146#if !defined(__INTEL_COMPILER) && !defined(__CUDACC__) && !defined(__PGIC__)

Callers

nothing calls this directly

Calls 1

get_valueMethod · 0.45

Tested by

no test coverage detected