nowfound

Alternatives

Products that do what Nameof Operator for Modern C++ does

  1. 1AD

    2019 · github.com

  2. 2SA
  3. 3CN
  4. 4CT

    2017 · github.com

  5. 5C1

    2014 · github.com

  6. 6IC

    2012 · github.com

  7. 7AM
  8. 8LI
  9. 9AM
  10. 10AC

    2015 · github.com

  11. 11CR
  12. 12HP
  13. 13AF
  14. 14PF
  15. 15LC
  16. 16CF
  17. 17CU
  18. 18ST
  19. 19RF

    2015 · github.com

  20. 20HO
  21. 21CA

    2015 · cat.github.io

  22. 22AL

    2018 · github.com

  23. 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

  24. 24CM

Ranked by how close each launch is in meaning, then by votes. Refine with a description →