tight_pair icon indicating copy to clipboard operation
tight_pair copied to clipboard

A compressed pair for C++17

Results 1 tight_pair issues
Sort by recently updated
recently updated
newest added

C++20 brings enough improvements to ship a C++20 version of `tight_pair` different from the C++17 one: * `[[no_unique_address]]` makes the whole EBO implementation optional. It's worth noting that EBO has...