Typedef ams::EnableIfConvertibleToInputIterator¶ Defined in File SmallVector.hpp Typedef Documentation¶ template<class Iterator>using ams::EnableIfConvertibleToInputIterator = std::enable_if_t<std::is_convertible<typename std::iterator_traits<Iterator>::iterator_category, std::input_iterator_tag>::value>¶