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

Method any

include/behaviortree_cpp/contrib/any.hpp:71–74  ·  view source on GitHub ↗

Constructs an object of type any with an empty state.

Source from the content-addressed store, hash-verified

69public:
70 /// Constructs an object of type any with an empty state.
71 any() noexcept :
72 vtable(nullptr)
73 {
74 }
75
76 /// Constructs an object of type any with an equivalent state as other.
77 any(const any& rhs) :

Callers

nothing calls this directly

Calls 4

constructMethod · 0.95
emptyMethod · 0.45
copyMethod · 0.45
moveMethod · 0.45

Tested by

no test coverage detected