- Refactoring with C++17 std::optional https://www.cppstories.com/2018/04/refactoring-with-c17-stdoptional/ 33 comments cpp
Linking pages
- C++ String Conversion: Exploring std::from_chars in C++17 to C++26 - C++ Stories https://www.cppstories.com/2018/12/fromchars/ 82 comments
- Everything You Need to Know About std::variant from C++17 - C++ Stories https://www.bfilipek.com/2018/06/variant.html 62 comments
- How to Convert Numbers into Text with std::to_chars in C++17 - C++ Stories https://www.bfilipek.com/2019/11/tochars.html 46 comments
- Performance of std::string_view vs std::string from C++17 - C++ Stories https://www.bfilipek.com/2018/07/string-view-perf.html 43 comments
- Using C++17 std::optional - C++ Stories https://www.bfilipek.com/2018/05/using-optional.html 35 comments
- How to Use The Newest C++ String Conversion Routines - std::from_chars - C++ Stories https://www.bfilipek.com/2018/12/fromchars.html 25 comments
- How to Iterate Through Directories in C++ - C++ Stories https://www.bfilipek.com/2019/04/dir-iterate.html 25 comments
- How to Initialize a String Member - C++ Stories https://www.bfilipek.com/2018/08/init-string-member.html 23 comments
- Error Handling and std::optional - C++ Stories https://www.bfilipek.com/2018/05/errors-and-optional.html 22 comments
- In-Place Construction for std::any, std::variant and std::optional - C++ Stories https://www.bfilipek.com/2018/07/in-place-cpp17.html 13 comments
- Everything You Need to Know About std::any from C++17 - C++ Stories https://www.bfilipek.com/2018/06/any.html 12 comments
- How To Use std::visit With Multiple Variants and Parameters - C++ Stories https://www.cppstories.com/2018/09/visit-variants/ 12 comments
- C++17 In Detail Book! - C++ Stories https://www.bfilipek.com/2018/08/cpp17indetail.html 11 comments
- Polymorphic Allocators, std::vector Growth and Hacking - C++ Stories https://www.bfilipek.com/2020/06/pmr-hacking.html 11 comments
- std:filesystem::file_size Advantages and Differences - C++ Stories https://www.bfilipek.com/2019/01/filesizeadvantages.html 11 comments
- Speeding up Pattern Searches with Boyer-Moore Algorithm from C++17 - C++ Stories https://www.bfilipek.com/2018/08/searchers.html 10 comments
- How To Use std::visit With Multiple Variants and Parameters - C++ Stories https://www.bfilipek.com/2018/09/visit-variants.html 9 comments
- Preprocessing Phase for C++17's Searchers - C++ Stories https://www.bfilipek.com/2018/08/searcher-preprocessing.html 8 comments
- Speeding Up string_view String Split Implementation - C++ Stories https://www.bfilipek.com/2018/07/string-view-perf-followup.html 8 comments
- A Wall of Your std::optional Examples - C++ Stories https://www.bfilipek.com/2018/06/optional-examples-wall.html 7 comments
Linked pages
- C++ Core Guidelines https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Ri-global 216 comments
- Smelly std::pair and std::tuple - Simplify C++! https://arne-mertz.de/2017/03/smelly-pair-tuple/ 90 comments
- std::optional - cppreference.com http://en.cppreference.com/w/cpp/utility/optional 72 comments
- Efficient optional values | Andrzej's C++ blog https://akrzemi1.wordpress.com/2015/07/15/efficient-optional-values/ 37 comments
- C++17 - The Complete⦠by Nicolai M. Josuttis [PDF/iPad/Kindle] https://leanpub.com/cpp17 29 comments
- Ref-qualifiers | Andrzej's C++ blog https://akrzemi1.wordpress.com/2014/06/02/ref-qualifiers/ 7 comments
- Everything You Need to Know About std::variant from C++17 - C++ Stories https://www.cppstories.com/2018/06/variant/ 1 comment
- C++17 in Detail by BartÅomiej Filipek [Leanpub PDF/iPad/Kindle] https://leanpub.com/cpp17indetail 0 comments
Would you like to stay up to date with C & C++? Checkout C & C++
Weekly.
Related searches:
Search whole site: site:www.cppstories.com
Search title: Refactoring with C++17 std::optional - C++ Stories
See how to search.