Checks if a type is a r-value reference.
More...
Inherits is_rvalue_reference< T >.
template<typename T>
struct gears::concepts::RValueReference< T >
A Unary concept to check if a type is a r-value reference.
This concept delegates the work to std::is_rvalue_reference<T>
.
- Template Parameters
-
Definition at line 494 of file basic.hpp.