MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / ~any

Method ~any

include/behaviortree_cpp/contrib/any.hpp:99–102  ·  view source on GitHub ↗

Same effect as this->clear().

Source from the content-addressed store, hash-verified

97
98 /// Same effect as this->clear().
99 ~any()
100 {
101 this->clear();
102 }
103
104 /// Constructs an object of type any that contains an object of type T direct-initialized with std::forward<ValueType>(value).
105 ///

Callers

nothing calls this directly

Calls 1

clearMethod · 0.95

Tested by

no test coverage detected