![]() |
WPILibC++ 2027.0.0-alpha-4
|
If T is a pointer, just return it. If it is not, return T&. More...
#include <wpi/util/type_traits.hpp>
Public Types | |
| using | type = T & |
If T is a pointer, just return it. If it is not, return T&.
| using wpi::util::add_lvalue_reference_if_not_pointer< T, Enable >::type = T & |