mgcpp
A C++ Math Library Based on CUDA
Typedefs
outcome Namespace Reference

Typedefs

template<class R >
using result = BOOST_OUTCOME_V2_NAMESPACE::std_result< R >
 
template<class R >
using outcome = BOOST_OUTCOME_V2_NAMESPACE::std_outcome< R >
 

Typedef Documentation

◆ outcome

template<class R >
using outcome::outcome = typedef BOOST_OUTCOME_V2_NAMESPACE::std_outcome<R>

◆ result

template<class R >
using outcome::result = typedef BOOST_OUTCOME_V2_NAMESPACE::std_result<R>