std::lexical_cast - is there such a thing?

前端 未结 5 773
南方客
南方客 2020-12-01 02:30

Does the C++ Standard Library define this function, or do I have to resort to Boost?

I searched the web and couldn\'t find anything except Boost, but I thought I\'d

5条回答
  •  半阙折子戏
    2020-12-01 03:21

    No it isn't, even in C++11, but it's proposed for inclusion in Technical Report 2, the next set of std library extensions.

提交回复
热议问题