#include <wpi/FunctionExtras.h>
◆ type
template<typename ReturnT , typename... ParamTs>
template<typename T >
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: