WPILibC++ 2025.2.1
Loading...
Searching...
No Matches
ReverseIteration.h
Go to the documentation of this file.
1#ifndef WPIUTIL_WPI_REVERSEITERATION_H
2#define WPIUTIL_WPI_REVERSEITERATION_H
3
5
6namespace wpi {
7
8template<class T = void *>
10#if LLVM_ENABLE_REVERSE_ITERATION
12#else
13 return false;
14#endif
15}
16
17} // namespace wpi
18#endif
Foonathan namespace.
Definition ntcore_cpp.h:26
bool shouldReverseIterate()
Definition ReverseIteration.h:9
Definition PointerLikeTypeTraits.h:46