detected_any< T, Ops > Struct Template Reference

Metafunction that returns the first type that is detected via the metafunctions in Ops... More...

#include <atria/meta/detected.hpp>

Detailed Description

template<typename T, template< class... > class... Ops>
struct atria::meta::detected_any< T, Ops >

Metafunction that returns the first type that is detected via the metafunctions in Ops...

Definition at line 55 of file detected.hpp.


The documentation for this struct was generated from the following file:
Fork me on GitHub