Gaia-ECS v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::core::detail::member_func_checker< Default, AlwaysVoid, Op, Args > Struct Template Reference

False branch for member-function detection. More...

#include <utility.h>

Public Types

using value_t = std::false_type
 Probe result type.
 
using type = Default
 Fallback type returned when the probe fails.
 

Detailed Description

template<class Default, class AlwaysVoid, template< class... > class Op, class... Args>
struct gaia::core::detail::member_func_checker< Default, AlwaysVoid, Op, Args >

False branch for member-function detection.

Template Parameters
DefaultFallback type when the operation is unavailable.
AlwaysVoidSFINAE probe parameter.
OpOperation alias to test.
ArgsOperation argument types.

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