WPILibC++ 2024.3.2
detail::all< Container > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/ranges.h>

Public Member Functions

auto begin () const -> typename Container::const_iterator
 
auto end () const -> typename Container::const_iterator
 

Public Attributes

const Container & c
 

Member Function Documentation

◆ begin()

template<typename Container >
auto detail::all< Container >::begin ( ) const -> typename Container::const_iterator
inline

◆ end()

template<typename Container >
auto detail::all< Container >::end ( ) const -> typename Container::const_iterator
inline

Member Data Documentation

◆ c

template<typename Container >
const Container& detail::all< Container >::c

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