Talk:cpp/named req/AllocatorAwareContainer
From cppreference.com
"Contaners"
The page says "All standard library containers except `std::array` are AllocatorAwareContainers". Are `std::tuple` and `std::pair` and `std::optional` not "containers" or should they be included on this page? What of `std::any` which "... describes a type-safe container for single values of any type."? BenFrantzDale (talk) 05:38, 1 October 2020 (PDT)
- they are not containers, as in, do not satisfy cpp/named_req/Container --Cubbi (talk) 06:11, 1 October 2020 (PDT)