HomeSort by: relevance | last modified time | path
    Searched defs:__decay_copy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
iterator_concepts.h 974 } inline constexpr __decay_copy{}; struct in namespace:ranges::__cust_access
979 { __decay_copy(__t.begin()) } -> input_or_output_iterator;
990 { __decay_copy(begin(__t)) } -> input_or_output_iterator;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
iterator_concepts.h 1019 } inline constexpr __decay_copy{}; struct in namespace:ranges::__access
1024 { __decay_copy(__t.begin()) } -> input_or_output_iterator;
1034 { __decay_copy(begin(__t)) } -> input_or_output_iterator;

Completed in 25 milliseconds