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

Method empty

include/behaviortree_cpp/contrib/any.hpp:168–171  ·  view source on GitHub ↗

Returns true if *this has no contained object, otherwise false.

Source from the content-addressed store, hash-verified

166
167 /// Returns true if *this has no contained object, otherwise false.
168 bool empty() const noexcept
169 {
170 return this->vtable == nullptr;
171 }
172
173#ifndef ANY_IMPL_NO_RTTI
174 /// If *this has a contained object of type T, typeid(T); otherwise typeid(void).

Callers 15

CreatePortFunction · 0.45
OutputPortFunction · 0.45
getInputStampedMethod · 0.45
getMethod · 0.45
setMethod · 0.45
getStampedMethod · 0.45
tickMethod · 0.45
tickMethod · 0.45
tickMethod · 0.45
type_nameFunction · 0.45
enum_nameFunction · 0.45
is_validFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected