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

Method A_Repeat

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

Source from the content-addressed store, hash-verified

433 return say_something(1) + " " + std::to_string(unlucky_number()); \
434 }
435 A_METHODS
436 A_Repeat() = default;
437 A_Repeat(const A_Repeat &) = delete;
438 virtual ~A_Repeat() = default;
439};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected