Namespaces
Variants
Views
Actions

Talk:cpp/algorithm/search

From cppreference.com

[edit] The existence of a Search named req

Looks like neither iso.23.5.13 alg.search nor iso.19.14.15 func.search specifies any Search named req or concept. Did I miss something? --LittleFlower (talk) 18:17, 15 August 2018 (PDT)

http://eel.is/c++draft/func.search is what defines them. It's one of the many named type requirements in the standard that don't have a pretty name in italics like Cpp17CopyConstructible. Another popular one is Function Object (defined in http://eel.is/c++draft/function.objects ) --Cubbi (talk) 19:48, 15 August 2018 (PDT)
Thank you. I wrongly assumed reqs have "pretty names". --LittleFlower (talk) 21:18, 17 August 2018 (PDT)

[edit] (Inexistent) Searcher named requirement again

I brought this up in the main page, but I think it belongs here. If there is no Searcher named requirement, then shouldn't we eliminate it as such (unlink it)? The link points to an uncreated page in the named requirements. The fact that it's always in red and undefined is misleading, and I'm not the only one that fell for it.
ticotico (talk) 08:47, 2 April 2022 (PDT)

yes, I think it should be turned into something similar to Template:par_cmp_ord --Cubbi (talk) 19:33, 2 April 2022 (PDT)