marzer / muuLinks
Miscellaneous Useful Utilities for C++.
☆31Updated last year
Alternatives and similar repositories for muu
Users that are interested in muu are comparing it to the libraries listed below
Sorting:
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later (WIP).☆33Updated last year
- A compiler-friendly variadic type list for C++.☆37Updated 2 years ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆58Updated this week
- Container Traits for Modern C++☆30Updated 4 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated this week
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆49Updated this week
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆48Updated this week
- A C++ data container replicating std::queue functionality but with better performance.☆35Updated 2 months ago
- An implementation of the char8_t remediation approaches discussed in P1423 (https://wg21.link/p1423).☆25Updated 3 years ago
- A fixed capacity dynamically sized string☆68Updated last month
- Displayed width of UTF-8 strings in Modern C++☆48Updated 2 years ago
- another c#-like property accessor for C++11 and above.☆18Updated 10 months ago
- Type traits for properties of C / C++ enum types☆21Updated 6 years ago
- File/Directory Watcher for Modern C++☆86Updated 2 years ago
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆13Updated 3 years ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆53Updated 5 months ago
- Transferred to https://github.com/Neargye/yacppl☆14Updated 4 years ago
- String facilities for C++98 and later - a library in search of its identity. Note: renamed from string-lite to make place for string-bare…☆24Updated 2 weeks ago
- A concise and readable metaprogramming language for C++☆61Updated 4 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆43Updated 5 years ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- ☆41Updated 2 years ago
- <charconv> from Microsoft STL, but multi-platform☆39Updated 6 months ago
- A simple C++ header-only template library implementing matching using wildcards☆88Updated last year
- 📜 Give credit automatically! A license disclaimer generator for your CPM.cmake dependencies.☆40Updated 2 years ago
- Delegate is an unbelievably fast, lightweight, and 0-overhead function container.☆25Updated 4 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- Parent of *-lite repositories, a migration path to post-C++98 library features via polyfills.☆88Updated this week
- envy: Deserialize environment variables into type-safe structs