piranha  0.10
Static Public Attributes | List of all members
piranha::is_multipliable_in_place< T, U > Class Template Reference

In-place multipliable type trait. More...

#include <piranha/type_traits.hpp>

Static Public Attributes

static const bool value = implementation_defined
 Value of the type trait.
 

Detailed Description

template<typename T, typename U = T>
class piranha::is_multipliable_in_place< T, U >

In-place multipliable type trait.

This type trait will be true if objects of type T can be multiplied in-place by objects of type U, false otherwise. The operator will be tested in the form:

operator+=(T &, const U &)

Definition at line 352 of file type_traits.hpp.


The documentation for this class was generated from the following file: