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

Method has_value

3rdparty/cppzmq/zmq.hpp:989–989  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

987
988 explicit operator bool() const noexcept { return _has_value; }
989 bool has_value() const noexcept { return _has_value; }
990
991 private:
992 T _value{};

Callers 5

sendFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
tickMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.36
TESTFunction · 0.36
tickMethod · 0.36
TESTFunction · 0.36