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