Caffe2 - C++ API
A deep learning, cross platform ML framework
c10::guts::typelist::filter< Condition, TypeList > Struct Template Referencefinal

Filters the types in a type list by a type trait. More...

#include <TypeList.h>

Detailed Description

template<template< class > class Condition, class TypeList>
struct c10::guts::typelist::filter< Condition, TypeList >

Filters the types in a type list by a type trait.

Examples: typelist<int&, const string&&> == filter_t<std::is_reference, typelist<void, string, int&, bool, const string&&, int>>

Definition at line 99 of file TypeList.h.


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