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

Method SquareNoncopyable

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

Source from the content-addressed store, hash-verified

170
171struct SquareNoncopyable {
172 SquareNoncopyable() = default;
173 SquareNoncopyable(const SquareNoncopyable &) = delete;
174 SquareNoncopyable &operator=(const SquareNoncopyable &) = delete;
175 SquareNoncopyable(SquareNoncopyable &&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected