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