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

Function value

include/behaviortree_cpp/contrib/expected.hpp:2809–2815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2807 }
2808
2809 void value() const
2810 {
2811 if ( ! has_value() )
2812 {
2813 error_traits<error_type>::rethrow( contained.error() );
2814 }
2815 }
2816
2817 constexpr error_type const & error() const &
2818 {

Calls 1

has_valueFunction · 0.85

Tested by

no test coverage detected