Embedded Template Library 1.0
etl::cyclic_value< T, FIRST, LAST, EtlRuntimeSpecialisation > Class Template Reference

Provides a value that cycles between two limits. More...

Detailed Description

template<typename T, T FIRST = 0, T LAST = 0, bool EtlRuntimeSpecialisation = ((FIRST == 0) && (LAST == 0))>
class etl::cyclic_value< T, FIRST, LAST, EtlRuntimeSpecialisation >

Provides a value that cycles between two limits.


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