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

Function expected

include/behaviortree_cpp/contrib/expected.hpp:2000–2004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1998 )
1999 >
2000 nsel_constexpr14 explicit expected( nonstd_lite_in_place_t(T), std::initializer_list<U> il, Args&&... args )
2001 : contained( true )
2002 {
2003 contained.emplace_value( il, std::forward<Args>( args )... );
2004 }
2005
2006 // in-place construction, error
2007

Callers 2

expected.hppFile · 0.70
emplaceFunction · 0.70

Calls 2

emplace_valueMethod · 0.45
emplace_errorMethod · 0.45

Tested by

no test coverage detected