Caffe2 - C++ API
A deep learning, cross platform ML framework
c10::guts::is_type_condition< C, Enable > Struct Template Reference

is_type_condition<C> is true_type iff C<...> is a type trait representing a condition (i.e. More...

#include <TypeTraits.h>

Inheritance diagram for c10::guts::is_type_condition< C, Enable >:

Detailed Description

template<template< class > class C, class Enable = void>
struct c10::guts::is_type_condition< C, Enable >

is_type_condition<C> is true_type iff C<...> is a type trait representing a condition (i.e.

has a constexpr static bool ::value member) Example: is_type_condition<std::is_reference> // true

Definition at line 60 of file TypeTraits.h.


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