Requires that multiplication with double and int can be performed either by in-place multiplication or by multiplication from the left. More...
#include <concepts.hh>
Public Member Functions | |
unspecified | operator*= (double) |
In-place multiplication. Return type is not checked to support lazy evaluation. | |
unspecified | operator*= (int) |
In-place multiplication. Return type is not checked to support lazy evaluation. | |
Requires that multiplication with double and int can be performed either by in-place multiplication or by multiplication from the left.
Arg | type to check |