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

Function has_value

include/behaviortree_cpp/contrib/expected.hpp:2195–2198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2193 }
2194
2195 constexpr bool has_value() const noexcept
2196 {
2197 return contained.has_value();
2198 }
2199
2200 nsel_DISABLE_MSVC_WARNINGS( 4702 ) // warning C4702: unreachable code, see issue 65.
2201

Calls 1

has_valueMethod · 0.45

Tested by

no test coverage detected