ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
ttg::meta::probe_any< Predicate, Ts > Struct Template Reference

#include <meta.h>

Inherits std::bool_constant<(Predicate< Ts >::value||...)>.

Detailed Description

template<template< typename > typename Predicate, typename... Ts>
struct ttg::meta::probe_any< Predicate, Ts >

This metafunction checks if Predicate is true for any element of Ts...; evaluates to false for the empty Ts...

Template Parameters
Predicateboolean metafunction, i.e. Predicate<T>::value is a compile-time boolean
Tsa type pack

Definition at line 156 of file meta.h.


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