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

Helper to extract tuple element types and check if a folder is invocable with accumulator + tuple elements. More...

#include <functional_adapters.hpp>

Inheritance diagram for helios::utils::details::is_folder_applicable_impl< Folder, Accumulator, Tuple >:

Detailed Description

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

Helper to extract tuple element types and check if a folder is invocable with accumulator + tuple elements.

Definition at line 35 of file functional_adapters.hpp.