CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::traits::is_indirectly_binary_invocable< F, I1, I2, class > Struct Template Reference

A C++17 type trait equivalent to the C++20 indirectly_binary_invocable concept. More...

#include <CeresEngine/Foundation/Traits/is_indirectly_binary_invocable.hpp>

Inheritance diagram for CeresEngine::traits::is_indirectly_binary_invocable< F, I1, I2, class >:

Detailed Description

template<class F, class I1, class I2, class = void>
struct CeresEngine::traits::is_indirectly_binary_invocable< F, I1, I2, class >

A C++17 type trait equivalent to the C++20 indirectly_binary_invocable concept.


The documentation for this struct was generated from the following file: