MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / operator ->

Function operator ->

include/behaviortree_cpp/contrib/expected.hpp:2156–2159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2154 // x.x.4.5 observers
2155
2156 constexpr value_type const * operator ->() const
2157 {
2158 return assert( has_value() ), contained.value_ptr();
2159 }
2160
2161 value_type * operator ->()
2162 {

Callers

nothing calls this directly

Calls 2

has_valueFunction · 0.85
value_ptrMethod · 0.45

Tested by

no test coverage detected