Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ empty
Method
empty
include/behaviortree_cpp/utils/safe_any.hpp:204–207 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
}
203
204
[[nodiscard]] bool empty() const noexcept
205
{
206
return _any.empty();
207
}
208
209
private:
210
linb::any _any;
Callers
6
castPtr
Method · 0.45
copyInto
Method · 0.45
tryCast
Method · 0.45
tryCastWithRegistry
Method · 0.45
canUpcastTransitive
Method · 0.45
applyTransitiveCasts
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected