MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / swap

Function swap

include/behaviortree_cpp/contrib/any.hpp:540–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538}
539
540inline void swap(any& lhs, any& rhs) noexcept
541{
542 lhs.swap(rhs);
543}
544
545template <typename T, typename... Args>
546any make_any(Args&&... args)

Callers 5

swapMethod · 0.70
LockedPtrMethod · 0.50
LockedPtrClass · 0.50
SimpleStringMethod · 0.50
SimpleStringClass · 0.50

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected