Lines Matching refs:using
70 using ResultType = typename std::result_of<typename std::decay<F>::type(
226 using traits_type = std::char_traits<char>;
227 using value_type = traits_type::char_type;
228 using allocator_type = std::allocator<char>;
229 using size_type = std::allocator_traits<allocator_type>::size_type;
230 using difference_type =
232 using const_reference = const value_type &;
233 using const_pointer = const value_type *;
234 using const_iterator = const_pointer;
235 using const_reverse_iterator = std::reverse_iterator<const_iterator>;
378 using traits_type = std::char_traits<char>;
379 using value_type = traits_type::char_type;
380 using allocator_type = std::allocator<char>;
381 using size_type = std::allocator_traits<allocator_type>::size_type;
382 using difference_type =
384 using const_reference = const value_type &;
385 using const_pointer = const value_type *;
386 using const_iterator = const_pointer;
387 using const_reverse_iterator = std::reverse_iterator<const_iterator>;