![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
Computes the associated difference type of the type I
, if any. Users may specialize incrementable_traits
for a program-defined type.
difference_type
equal to std::ptrdiff_t
. difference_type
. Provides a member type difference_type
equal to T::difference_type
. difference_type
but do support subtraction. Provides a member type difference_type
equal to std::make_signed_t<decltype(std::declval<T>() - std::declval<T>())>
. See std::incrementable_traits for more details
I |