template<typename object_type, typename string_type>
struct jwt::details::is_subcription_operator_signature< object_type, string_type, void_t< decltype(std::declval< object_type >().operator[](std::declval< string_type >()))> >
Definition at line 2457 of file jwt.h.