Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
send
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
tick
Method · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
4
TEST
Function · 0.36
TEST
Function · 0.36
tick
Method · 0.36
TEST
Function · 0.36