WPILibC++ 2024.1.1-beta-4
std::tuple_element< N, ::wpi::detail::iteration_proxy_value< IteratorType > > Class Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/json/include/wpi/detail/iterators/iteration_proxy.h>

Public Types

using type = decltype(get< N >(std::declval< ::wpi::detail::iteration_proxy_value< IteratorType > >()))
 

Member Typedef Documentation

◆ type

template<std::size_t N, typename IteratorType >
using std::tuple_element< N, ::wpi::detail::iteration_proxy_value< IteratorType > >::type = decltype( get<N>(std::declval < ::wpi::detail::iteration_proxy_value<IteratorType > > ()))

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