MLIR  19.0.0git
mlir::detail::count_if_t_impl< Pred, N, Ts > Struct Template Reference

Template utility that computes the number of elements within T that satisfy the given predicate. More...

#include "mlir/Support/InterfaceSupport.h"

+ Inheritance diagram for mlir::detail::count_if_t_impl< Pred, N, Ts >:

Detailed Description

template<template< class > class Pred, size_t N, typename... Ts>
struct mlir::detail::count_if_t_impl< Pred, N, Ts >

Template utility that computes the number of elements within T that satisfy the given predicate.

Definition at line 146 of file InterfaceSupport.h.


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