WPILibC++ 2025.3.2
Loading...
Searching...
No Matches
wpi::detail::UniqueFunctionBase< ReturnT, ParamTs >::AdjustedParamTBase< T > Struct Template Reference

#include <wpi/FunctionExtras.h>

Public Types

using type
 

Member Typedef Documentation

◆ type

template<typename ReturnT , typename... ParamTs>
template<typename T >
using wpi::detail::UniqueFunctionBase< ReturnT, ParamTs >::AdjustedParamTBase< T >::type
Initial value:
std::conditional_t<std::is_trivially_copy_constructible<T>::value &&
std::is_trivially_move_constructible<T>::value &&
IsSizeLessThanThresholdT<T>::value,
T, T &>

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