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
rhs
the Operator to copy/move from
Returns
reference to *this
syten
Krylov
OperatorWrapper
Generated by
1.9.4