WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
ReverseIteration.hpp
Go to the documentation of this file.
1#ifndef WPIUTIL_WPI_REVERSEITERATION_H
2#define WPIUTIL_WPI_REVERSEITERATION_H
3
5
6namespace wpi::util {
7
8template<class T = void *>
10#if LLVM_ENABLE_REVERSE_ITERATION
12#else
13 return false;
14#endif
15}
16
17} // namespace wpi::util
18#endif
Definition raw_os_ostream.hpp:19
bool shouldReverseIterate()
Definition ReverseIteration.hpp:9
static const bool value
Definition PointerLikeTypeTraits.hpp:47