Talk:cpp/utility/tuple/tuple-like
From cppreference.com
Request for clarification
As of C++23, all interfaces accept tuple-like objects redirect to this concept. Description of this page defines tuple-like types as 'if it is a specialization of standard library templates', which appears to reject user-defined tuple-like types. Is that what standard is proposing? Or it is just a miswording? (If so, it should be defined as 'types that implements tuple-protocol', and then enumerate standard library examples. i.e. swapping note section with the description.)