mpusz / inplace_stringLinks
`mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class
☆11Updated 7 years ago
Alternatives and similar repositories for inplace_string
Users that are interested in inplace_string are comparing it to the libraries listed below
Sorting:
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆52Updated 7 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆39Updated 2 months ago
- Non-intrusive C++ signal programming library☆50Updated 4 years ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆52Updated 2 months ago
- Simple header only library to add a spinner / progress indicator to any terminal application.☆38Updated 6 years ago
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 5 years ago
- A custom implementation of the C++17 'string_view' back-ported to c++11☆43Updated 4 years ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆75Updated 10 months ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- ☆25Updated 5 years ago
- Container Traits for Modern C++☆29Updated 5 years ago
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆14Updated 2 years ago
- Heap allocation free version of C++11 std::function☆60Updated 4 years ago
- benchmark for various C++ function implementations; focus on invocation time☆98Updated 7 years ago
- A never-valueless, strong guarantee implementation of std::variant☆71Updated last week
- 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…☆25Updated 2 months ago
- Header-only library for automatic (de)serialization of C++ types to/from JSON.☆54Updated 5 years ago
- observer-ptr - An observer_ptr for C++98 and later in a single-file header-only library (Extensions for Library Fundamentals, v2, v3)☆40Updated 2 months ago
- envy: Deserialize environment variables into type-safe structs☆67Updated 5 years ago
- Library of flat vector-like based associative containers☆76Updated 3 years ago
- meta-programming, C++11☆16Updated 3 years ago
- C++20 for flag enums☆27Updated 5 years ago
- A fixed capacity dynamically sized string☆69Updated last month
- <charconv> from Microsoft STL, but multi-platform☆38Updated 10 months ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆60Updated 2 months ago
- Forward declarations for C++ standard library☆22Updated 4 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆16Updated 3 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆37Updated last month
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago