tag-invoke Questions
1
I understand that std::tag_invoke is not technically necessary, but what does it do?
I thought the point of tag_invoke was that you could customize some::cpo for your type Foo by overloading tag_in...
Tocology asked 23/6 at 12:57
1
Solved
This question assumes familiarity with the customization point management technique tag_invoke, introduced in P1895R0.
A customization point object can be defined according to P1895R0 as:
inline co...
Cataplasm asked 9/9, 2020 at 20:8
1
© 2022 - 2024 — McMap. All rights reserved.