MCPcopy 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
209private:
210 linb::any _any;

Callers 6

castPtrMethod · 0.45
copyIntoMethod · 0.45
tryCastMethod · 0.45
tryCastWithRegistryMethod · 0.45
canUpcastTransitiveMethod · 0.45
applyTransitiveCastsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected