MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Movable

Method Movable

tests/Issue2.cpp:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3struct Movable
4{
5 Movable() {}
6 Movable(Movable&& other) {}
7 Movable& operator=(Movable&& other)
8 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected