MCPcopy Create free account
hub / github.com/boost-ext/te / CircleNoncopyable

Method CircleNoncopyable

test/te.cpp:161–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159
160struct CircleNoncopyable {
161 CircleNoncopyable() = default;
162 CircleNoncopyable(const CircleNoncopyable &) = delete;
163 CircleNoncopyable &operator=(const CircleNoncopyable &) = delete;
164 CircleNoncopyable(CircleNoncopyable &&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected