Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
Callers
9
expected.hpp
File · 0.70
invoke_result_nocvref_t< F, value_type & > and_then
Method · 0.70
invoke_result_nocvref_t< F, const value_type & > and_then
Method · 0.70
invoke_result_nocvref_t< F, value_type && > and_then
Method · 0.70
invoke_result_nocvref_t< F, const value_type && > and_then
Method · 0.70
invoke_result_nocvref_t< F, error_type & > or_else
Method · 0.70
invoke_result_nocvref_t< F, const error_type & > or_else
Method · 0.70
invoke_result_nocvref_t< F, error_type && > or_else
Method · 0.70
invoke_result_nocvref_t< F, const error_type && > or_else
Method · 0.70
Calls
1
has_value
Function · 0.85
Tested by
no test coverage detected