p-ranav / reprLinks
repr for Modern C++: Return printable string representation of a value
☆85Updated 4 years ago
Alternatives and similar repositories for repr
Users that are interested in repr are comparing it to the libraries listed below
Sorting:
- rx::ranges is a minimalist ranges library for C++17☆128Updated 2 years ago
- C++20 single-header library for embedding INI configs☆60Updated 2 years ago
- A little metaprogramming and functional library☆69Updated 3 years ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆75Updated 7 months ago
- C++14 code to convert integers to strings at compile-time☆120Updated 10 months ago
- Meta C++ Library and Tool☆83Updated 2 years ago
- 🏃 Iterators made easy! Zero cost abstractions for designing and using C++ iterators.☆143Updated last year
- A C++14 and later CRTP template for defining iterators☆75Updated 2 weeks ago
- Yet another C++ text formatting library.☆71Updated 11 months ago
- C++17 Utility classes for comparing multiple values in one simple expression☆206Updated last year
- Compile-time Huffman coding compression using C++20☆171Updated 4 years ago
- Functional reactive programming library for c++☆160Updated last year
- A header-only, unobtrusive, almighty alternative to the C++ switch statement that looks just like the original.☆101Updated 2 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆75Updated 3 years ago
- Bit containers, sequences, and views for everyone. 🕷️☆127Updated 3 years ago
- Roman numeral support for C++17☆51Updated 2 years ago
- constexpr C++17 library for simplifying higher order functions in application code☆202Updated 2 years ago
- A bunch of small C++ utilities☆69Updated last year
- ranges features for c+23 ported to C++20☆76Updated 2 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆184Updated last month
- SPY - C++ Information Broker☆157Updated last month
- Ergonomic C++ Iterator interface for STL containers☆39Updated 2 years ago
- Fast C++ container combining the best features of std::vector and std::deque☆128Updated last year
- std::bitset with constexpr implementations plus additional features.☆126Updated 2 years ago
- An indirect value-type for C++☆84Updated 2 years ago
- A fixed capacity dynamically sized string☆68Updated last week
- C++ command line argument parsing and routing