Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::is_detected< T, Op, void_t< Op< T > > > Struct Template Reference

Detailed Description

template<typename T, template< typename... > class Op>
struct stan::is_detected< T, Op, void_t< Op< T > > >

Checks whether a valid type is detected.

Most commonly used to detect attributes of objects.

Template Parameters
TThe type to be checked.
Opa template template type which attempts to define a member of an object.

Definition at line 20 of file is_detected.hpp.

#include <is_detected.hpp>

+ Inheritance diagram for stan::is_detected< T, Op, void_t< Op< T > > >:

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