Checks if a type can be dereferenced. More...
Inherits gears::concepts::Or< Pointer< T >, TraitOf< detail::is_dereferenceable, T > >.
A Unary concept that checks if a type can be dereferenced.
In order for a type to meet this concept, the following expressions has to be valid:
Where x is an instance of T.
The returned type must be an l-value reference.
T | Left type to check |