Until C++20 and ranges come.
More...
#include <common.h>
|
| NumericType | val_ { std::numeric_limits<NumericType>::max() } |
| |
template<typename NumericType>
struct ioterable< NumericType >
Until C++20 and ranges come.
Copied from here: https://stackoverflow.com/a/63341946/5481153
◆ difference_type
template<typename NumericType >
◆ iterator_category
template<typename NumericType >
◆ pointer
template<typename NumericType >
◆ reference
template<typename NumericType >
◆ value_type
template<typename NumericType >
◆ ioterable() [1/4]
template<typename NumericType >
◆ ioterable() [2/4]
template<typename NumericType >
◆ ioterable() [3/4]
template<typename NumericType >
◆ ioterable() [4/4]
template<typename NumericType >
◆ operator!=()
template<typename NumericType >
◆ operator*()
template<typename NumericType >
◆ operator++() [1/2]
template<typename NumericType >
◆ operator++() [2/2]
template<typename NumericType >
◆ operator=() [1/2]
template<typename NumericType >
◆ operator=() [2/2]
template<typename NumericType >
◆ operator==()
template<typename NumericType >
◆ val_
template<typename NumericType >
| NumericType ioterable< NumericType >::val_ { std::numeric_limits<NumericType>::max() } |
|
private |
The documentation for this struct was generated from the following file: