|
piranha
0.10
|
In-place addable type trait. More...
#include <piranha/type_traits.hpp>
Static Public Attributes | |
| static const bool | value = implementation_defined |
| Value of the type trait. | |
In-place addable type trait.
This type trait will be true if objects of type U can be added in-place to objects of type T, false otherwise. The operator will be tested in the form:
Definition at line 254 of file type_traits.hpp.
1.8.14