ttg::meta::probe_all< Predicate, Ts > Struct Template Reference
Inheritance diagram for ttg::meta::probe_all< Predicate, Ts >:

Documentation

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

This metafunction checks if Predicate is true for all elements of Ts...; evaluates to true for the empty Ts...

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

Definition at line 180 of file meta.h.


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