cxxomfort
rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
cxxomfort Supplementals for <utility>
This component provides supplementary features for the set of facilities present in <utility>
that are specific to cxxomfort.
Interfaces defined here:
valcmp()
- compares two values the way eg.: memcmp
does. Also defined in library:algorithm
.is_std_pair
- type_traits
for identifying std::pair
.v_in_place_type()
, v_in_place_index()
(-re-C++14 variable versions of in_place_type
).
cxxomfort::library::utility::strict_type strict_type .#simple_pair
.bytes_view
, const_bytes_view
- utility typedefs representing array_ref
views over std::bytes.as_bytes_view()
- a read-only std::byte view of a memory region.TBA:
null_device()
.All interfaces are defined in the namespace cxxomfort::library::utility::
.
See also: <utility> .