Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
540
inline void swap(any& lhs, any& rhs) noexcept
541
{
542
lhs.swap(rhs);
543
}
544
545
template <typename T, typename... Args>
546
any make_any(Args&&... args)
Callers
5
swap
Method · 0.70
LockedPtr
Method · 0.50
LockedPtr
Class · 0.50
SimpleString
Method · 0.50
SimpleString
Class · 0.50
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected