Helios Engine 0.1.0
A modular ECS based data-oriented C++23 game engine
 
Loading...
Searching...
No Matches
helios::utils::details::folder_apply_result< Folder, Accumulator, Tuple > Struct Template Reference

Helper to get the result type of folder applied with accumulator + tuple elements. More...

Detailed Description

template<typename Folder, typename Accumulator, typename Tuple>
struct helios::utils::details::folder_apply_result< Folder, Accumulator, Tuple >

Helper to get the result type of folder applied with accumulator + tuple elements.

Definition at line 48 of file functional_adapters.hpp.