SyTen

◆ operator=()

template<typename Op >
template<typename OType , std::enable_if_t< std::is_same< std::decay_t< OType >, Op >::value, char > = 0>
OperatorWrapper& syten::Krylov::OperatorWrapper< Op >::operator= ( OType &&  rhs)
inline

operator = assignment operator, both copy and move

Parameters
rhsthe Operator to copy/move from
Returns
reference to *this