CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
is_indirectly_binary_invocable.hpp File Reference

Go to the source code of this file.

Classes

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. More...
 

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::traits
 

Concepts

concept  CeresEngine::traits::indirectly_binary_invocable
 

Variables

template<class F , class I1 , class I2 >
bool constexpr CeresEngine::traits::is_indirectly_binary_invocable_v = is_indirectly_binary_invocable<F, I1, I2>::value
 A C++17 type trait equivalent to the C++20 indirectly_binary_invocable concept.