Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ inspect_tuple_v

template<template< typename... > class Filter, typename T >
constexpr bool stan::math::internal::inspect_tuple_v = internal::inspect_tuple<Filter, std::decay_t<T>>::value
inlineconstexpr

Check if a tuple or type contains a tuple that passes the filter.

Template Parameters
Filtera struct that accepts one template parameter and has a static constexpr bool member named value that is true if the type should be included in the output tuple.
Ttype to check

Definition at line 43 of file filter_map.hpp.