SeqAn3
The Modern C++ library for sequence analysis.
std::incrementable_traits< t > Struct Template Reference

A type trait class that provides uniform interface to the properties of types that model the WeaklyIncrementable concept. More...

Detailed Description

template<typename t>
struct std::incrementable_traits< t >

A type trait class that provides uniform interface to the properties of types that model the WeaklyIncrementable concept.

Template Parameters
tThe type to query.
See also
https://en.cppreference.com/w/cpp/iterator/incrementable_traits

The documentation for this struct was generated from the following file: