What is equivalent to Blueprint node: Reverse for each loop in C++?

Everytime I need to use a reverse for each loop I have to make a BlueprintImplementable Function. What is the right way to do it in C++?

Hello! You hust can check macro def, it is somth like this

did you google “C++ reverse for each loop” before asking this? There’s loads of examples