WPILibC++ 2025.2.1
|
If T is a pointer, just return it. If it is not, return T&. More...
#include <wpi/type_traits.h>
Public Types | |
using | type = T & |
If T is a pointer, just return it. If it is not, return T&.
using wpi::add_lvalue_reference_if_not_pointer< T, Enable >::type = T & |