emlabcpp
modern opinionated embedded C++ library
|
Go to the source code of this file.
Namespaces | |
emlabcpp | |
MIT License. | |
Functions | |
template<typename Numeric > | |
constexpr view< iterators::numeric_iterator< Numeric > > | emlabcpp::range (Numeric from, Numeric to) |
Builds numeric view over interval [from, to) More... | |
template<typename Numeric > | |
constexpr view< iterators::numeric_iterator< Numeric > > | emlabcpp::range (Numeric to) |
Builds numeric view over interval [0, to) More... | |