MCPcopy Create free account
hub / github.com/davisking/dlib / swap

Function swap

dlib/optional.h:995–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

993 bool> = true
994 >
995 void swap(dlib::optional<T>& lhs, dlib::optional<T>& rhs) noexcept(noexcept(lhs.swap(rhs)))
996 {
997 return lhs.swap(rhs);
998 }
999
1000// ---------------------------------------------------------------------------------------------------
1001

Callers 1

swapMethod · 0.70

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected