Constructing std::regex from a char* slice, without copy

前端 未结 0 638
梦毁少年i
梦毁少年i 2021-01-23 11:51

I\'m working with some C++11 code, I have raw C character pointer (char const * const), and I want to make a std::regex from a specific section of it (a slice of th

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