Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged c++17

0 votes
466 views
1 answer
    C++17 presents std::variant and std::any, both able to store different type of values under an object. For me, ... :any which is simpler to use? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
448 views
1 answer
    There is an implicit conversion from std::string to std::string_view and it's not considered unsafe, even though this ... fix this in C++23? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
400 views
1 answer
    In Modern C++, is there a way to do safe navigation? For example, instead of doing... if (p && p->q && ... code. Context is C++17 in particular. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...