For a function with an intuitive first argument (e.g. a find semantic) I'd like to provide a way to write a function call without argument names while more comp
I am implementing a class that uses Named Parameter Idiom to initialise its members: class Person { public: Person & first_name(std::string n)