WPILibC++ 2023.4.3-108-ge5452e3
|
If T is a pointer to X, return a pointer to const X. More...
Public Types | |
using | type = const T |
If T is a pointer to X, return a pointer to const X.
If it is not, return const T.
using wpi::add_const_past_pointer< T, Enable >::type = const T |