MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / swap

Function swap

extern/boost/boost/thread/future.hpp:2030–2033  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2028 }
2029
2030 void swap(BOOST_THREAD_FUTURE& other)
2031 {
2032 static_cast<base_type*>(this)->swap(other);
2033 }
2034
2035 // todo this function must be private and friendship provided to the internal users.
2036 void set_async()

Callers 2

packaged_taskClass · 0.70
swapMethod · 0.70

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected