piranha
0.10
|
Multipliable type trait. More...
#include <piranha/type_traits.hpp>
Static Public Attributes | |
static const bool | value = implementation_defined |
Value of the type trait. | |
Multipliable type trait.
This type trait will be true
if objects of type T
can be multiplied by objects of type U
using the binary multiplication operator, false
otherwise. The operator will be tested in the form:
Definition at line 331 of file type_traits.hpp.