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; }
vctr::has::operatorPlusEquals
Constrains the type to define an operator +=.
Definition:
GenericConcepts.h:28
Detailed Description
Constrains the type to define an operator +=.
vctr
has
operatorPlusEquals
Generated by
1.9.6