joboccara / DefaultedLinks
☆10Updated 7 years ago
Alternatives and similar repositories for Defaulted
Users that are interested in Defaulted are comparing it to the libraries listed below
Sorting:
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- A saturating arithmetic cast.☆12Updated 6 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago
- C++ Testing using spies and fakes for isolation and simulation☆10Updated 6 years ago
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 4 years ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years ago
- c++ library for building lightweight processing pipeline at compile-time for string obfuscation, aes ciphering or whatever you want☆68Updated 6 years ago
- Helpers for preventing the static initialization order fiasco of global variables.☆46Updated 5 years ago
- Experimental library for coroutines and networking☆16Updated 7 years ago
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆13Updated last year
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- A never-valueless, strong guarantee implementation of std::variant☆69Updated 3 months ago
- Easily batch-build cmake projects!☆18Updated 4 months ago
- An implementation of jss::object_ptr; a type similar to std::observer_ptr but with a few improvements☆34Updated 5 years ago
- A compiler-friendly variadic type list for C++.☆37Updated 2 years ago
- homogeneous variadic function parameters☆17Updated last year
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆76Updated 3 months ago
- Extension of the STL algorithms on sets☆21Updated 5 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- String facilities for C++98 and later - a library in search of its identity.☆22Updated 2 years ago
- A hash function library☆46Updated last week
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 5 years ago
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Updated this week
- Simple header only library to add a spinner / progress indicator to any terminal application.☆38Updated 5 years ago
- A fixed capacity dynamically sized string☆66Updated 2 months ago
- Unique-ownership smart pointers with observable lifetime.☆37Updated 2 months ago
- A header only structure of arrays container for C++☆41Updated 2 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆62Updated 4 years ago
- Provides very lightweight outcome<T> and result<T> (Boost edition)☆44Updated last month