MCPcopy Create free account
hub / github.com/OAID/Tengine / empty

Method empty

include/any.hpp:165–168  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

163
164 /// Returns true if *this has no contained object, otherwise false.
165 bool empty() const noexcept
166 {
167 return this->vtable == nullptr;
168 }
169
170 /// If *this has a contained object of type T, typeid(T); otherwise typeid(void).
171 const std::type_info& type() const noexcept

Callers 15

get_model_nameFunction · 0.80
ProcessAllEventsMethod · 0.80
GetTaskMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
check_paramsFunction · 0.80
mainFunction · 0.80
PopQueueMethod · 0.80
GetOptimizedGraphMethod · 0.80
SyncRunMethod · 0.80

Calls

no outgoing calls

Tested by 6

mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64