Home
last modified time | relevance | path

Searched refs:LegacyOutputWithMemberTypesTraits (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
H A Dcxx20_iterator_traits.compile.pass.cpp469 using LegacyOutputWithMemberTypesTraits = std::iterator_traits<LegacyOutputWithMemberTypes>; typedef
470 static_assert(std::same_as<LegacyOutputWithMemberTypesTraits::iterator_category, std::output_iterat…
471 static_assert(std::same_as<LegacyOutputWithMemberTypesTraits::value_type, void>);
472 static_assert(std::same_as<LegacyOutputWithMemberTypesTraits::difference_type, long>);
473 static_assert(std::same_as<LegacyOutputWithMemberTypesTraits::reference, void>);
474 static_assert(std::same_as<LegacyOutputWithMemberTypesTraits::pointer, void>);
475 static_assert(!has_iterator_concept_v<LegacyOutputWithMemberTypesTraits>);