ljestrada / charconvutils
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 easily improved using the power of templates.
☆8Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for charconvutils
- `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
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆37Updated 7 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago
- Experimental library for coroutines and networking☆16Updated 6 years ago
- Container Traits for Modern C++☆28Updated 4 years ago
- C++ Binary Fixed-Point Arithmetic☆9Updated 6 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 5 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 4 years ago
- C++ Testing using spies and fakes for isolation and simulation