value-category-cheatsheet alternatives and similar libraries
Based on the "Miscellaneous" category.
Alternatively, view value-category-cheatsheet alternatives based on common mentions on social networks and blogs.
-
RE2
RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -
UNITS
a compile-time, header-only, dimensional analysis and unit conversion library built on c++14 with no dependencies. -
cxx-prettyprint
A header-only library for C++(0x) that allows automagic pretty-printing of any container. -
#<Sawyer::Resource:0x00007f0922b58ba0>
Modern documentation for modern C++. Configure with YAML, output Markdown, post-process with Material for MkDocs. -
CommonPP
Small library helping you with basic stuff like getting metrics out of your code, thread naming, etc.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of value-category-cheatsheet or a related project?
README
C++14 value category cheatsheet
Herein lies a generated PDF which outlines the common pitfalls and edge cases with C++14's lvalues, rvalues, and the like. The cheatsheet is generated by running an HTTP server using Clojure and Ring and then converting the produced web page to a PDF using wkhtmltopdf.
This project accompanied a talk I presented, in hopes of conveying the intricacies of everyday C++ work.
Running locally
# Assuming leiningen is installed
$ lein ring server
Some of these rules change in C++17, why not use them?
This cheatsheet is meant to be a practical reference for the everyday C++ dev working in existing codebases. Since C++17 is not yet published, and codebases are much more likely to be using the C++11 and C++14 rulesets, I've focused on C++14.