WPILibC++ 2025.3.2
Loading...
Searching...
No Matches
wpi::const_pointer_or_const_ref< T, std::enable_if_t< std::is_pointer_v< T > > > Struct Template Reference

#include <wpi/type_traits.h>

Public Types

using type = typename add_const_past_pointer<T>::type
 

Member Typedef Documentation

◆ type

template<typename T >
using wpi::const_pointer_or_const_ref< T, std::enable_if_t< std::is_pointer_v< T > > >::type = typename add_const_past_pointer<T>::type

The documentation for this struct was generated from the following file: