How to concisely express the C++20 concept of range containing T-typed values?

后端 未结 0 1747
长发绾君心
长发绾君心 2021-01-26 07:30

I want to write a function template that accepts ranges of MyType-typed values, so I wrote

void f(const std::         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题