Alternatives
Products that do what Nameof Operator for Modern C++ does
- 1AD
2019 · github.com
- 2SA
2018 · github.com
- 3CN
2016 · github.com
- 4CT
2017 · github.com
- 5C1
2014 · github.com
- 6ICIntroducting C+▲148
2012 · github.com
- 7AM
2019 · xmake.io
- 8LI
2021 · github.com
- 9AM
2021 · hdoc.io
- 10AC
2015 · github.com
- 11CR
2017 · github.com
- 12HP
2018 · partow.net
- 13AF
2014 · github.com
- 14PF
2020 · github.com
- 15LC
2015 · slededit.com
- 16CF
2019 · gist.github.com
- 17CU
2018 · github.com
- 18ST
2019 · github.com
- 19RF
2015 · github.com
- 20HO
2016 · github.com
- 21CA
2015 · cat.github.io
- 22AL
2018 · github.com
- 23CR
I've created cppmatch, a lightweight, header-only C++ library that brings Rust-inspired pattern matching and error handling to C++. It tries to imitate the functionality of the questionmark (?) operator in C++ by using a macro that uses the gcc extension https://gcc.gnu.org/onlinedocs/gcc/Statement-Exprs.html This allows to create exceptionless code with non-intrusive error-as-value that unlike Exceptions, makes it clear which kinds of error a function can generate and forces you to handle (or ignore) them. The ? operator translates to *expect* To handle the errors I…
2025 · github.com
- 24CM
2018 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →