Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ operator_bracket_t

template<typename T >
using stan::internal::operator_bracket_t = typedef decltype(std::declval<T>()[int{}])

Used to detect if object has operator[](int) defined.

Definition at line 19 of file is_vector_like.hpp.