halcheck 1.0
Loading...
Searching...
No Matches
halcheck::lib::is_effect< T > Struct Template Reference

Determines if a given type is an effect. More...

#include <effect.hpp>

Inheritance diagram for halcheck::lib::is_effect< T >:
halcheck::lib::is_detected< lib::effect_result_t, T >

Detailed Description

template<typename T>
struct halcheck::lib::is_effect< T >

Determines if a given type is an effect.

Template Parameters
TThe type to query.

The type T is an effect if and only if one of the following conditions hold:


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