folly::dynamicconverter_detail::is_associative

True when a type is an associative container with a key_type.

Synopsis

Declared in <folly/json/DynamicConverter.h>

template<typename T>
using is_associative = StrictConjunction<is_range<T>, is_detected<detect_member_type_key_type, T>>;