VCTR
Loading...
Searching...
No Matches
vctr::has::operatorPlusEquals Concept Reference

Constrains the type to define an operator +=. More...

Concept definition

template<class Lhs, class Rhs Lhs>
concept vctr::has::operatorPlusEquals = requires (Lhs l, Rhs r) { l += r; }
Constrains the type to define an operator +=.
Definition: GenericConcepts.h:28

Detailed Description

Constrains the type to define an operator +=.