jeaye / value-category-cheatsheet
A C++14 cheat-sheet on lvalues, rvalues, xvalues, and more
☆406Updated last year
Alternatives and similar repositories for value-category-cheatsheet
Users that are interested in value-category-cheatsheet are comparing it to the libraries listed below
Sorting:
- A guide for the rest of us on using C++ templates.☆558Updated 6 years ago
- A C++ HTML template engine that uses compile time HTML parsing☆390Updated 6 years ago
- Unicode library for C++☆227Updated last year
- Hasta la vista, baby!☆134Updated 2 years ago
- Meta programming utilities for C++14. Merged in matt-42/lithium☆725Updated 5 years ago
- A collection of safe data types that are compatible with, and can substitute for, common unsafe native c++ types☆411Updated last week
- Materials for the C++ Template Metaprogramming one-day workshop☆64Updated 9 years ago
- A drop-anywhere C++ REPL☆839Updated last year
- Loose collection of misc C++ libs☆353Updated 3 years ago
- Missed optimizations in C compilers☆341Updated 7 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆526Updated 7 years ago
- Experimental deferred and unordered destruction library for C++☆912Updated 5 years ago
- Presentation materials for C++Now 2016☆130Updated 8 years ago
- Non-nullable pointers for C++☆317Updated 7 years ago
- Semantic syntax highlighting and hyperlinking of C/C++ source code with libclang. (Demo: https://oberon00.github.io/synth)☆159Updated 8 years ago
- A clang tool for happy refactoring without source-code gymnastics☆249Updated 5 years ago
- A semi compile-/run-time associative map container with compile-time lookup and run-time storage☆385Updated 2 years ago
- Use C++14 generic lambdas to simulate stackless coroutines without macros or type erasure.☆330Updated 7 years ago
- Named operators for C++☆500Updated 4 years ago
- C++ metaprogramming shell☆476Updated last month
- C++20 features described in Before/After tables ("Tony Tables")☆336Updated 3 years ago
- Descriptions of C++17 features, presented mostly in "Tony Tables" (hey, the name wasn't my idea)☆1,203Updated 3 years ago
- Algorithm Mnemonics: Increase Productivity with STL Algorithms☆181Updated 7 years ago
- Instant compile time C++ 11 metaprogramming library☆572Updated 2 years ago
- Love template metaprogramming☆329Updated 3 years ago
- "Mind the cache" presentation at using std::cpp 2015 and associated material☆83Updated 9 years ago
- C++14: bringing in those expressions that you wish you had, Lazily evaluated, compossible generators, maps, filters, ranges and more...