cxxomfort
rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
Implements part of p1227r0, a proposal for a general (non-member) unsigned size function. More...
Namespaces | |
cxxomfort | |
Namespace of the cxxomfort library. | |
Functions | |
template<typename Container > | |
Container::difference_type | ssize (Container const &c) |
Implements part of p1227r0, a proposal for a general (non-member) unsigned size function.
|
inline |
Returns the size of a sequence-like object, as calculated by a call to .size()
, converted to a difference_type
.
absdistance()
.