CETL 0.0.0
 
Loading...
Searching...
No Matches
cetl::type_traits_ext::find< Predicate, Ts > Struct Template Reference

#include "cetl/type_traits_ext.hpp"

Detailed Description

template<template< typename... > class Predicate, typename... Ts>
struct cetl::type_traits_ext::find< Predicate, Ts >

The value member contains the index of the first type T in the typelist for which Predicate<T>::value is true, or std::numeric_limits<std::size_t>::max() if no such type exists.


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