Searched defs:incrementable_traits (Results 1 – 10 of 10) sorted by relevance
233 struct std::incrementable_traits<LegacyInput> { struct in std234 using difference_type = short;279 struct std::incrementable_traits<LegacyForward> { struct in std280 using difference_type = short; // or any signed integral type329 struct std::incrementable_traits<MinusNotDeclaredIter> { struct in std330 using difference_type = short;419 struct std::incrementable_traits<LegacyRandomAccessSpaceship> { struct in std420 using difference_type = short; // or any signed integral type
102 struct std::incrementable_traits<specialised_incrementable_traits> { struct in std103 using difference_type = int;
81 struct std::incrementable_traits<FooIter> { struct in std82 using difference_type = char;
49 struct std::incrementable_traits<FooIter> { struct in std50 using difference_type = char;
33 struct incrementable_traits {}; struct