|
emlabcpp
modern opinionated embedded C++ library
|
Include dependency graph for convert_view.h:Go to the source code of this file.
Namespaces | |
| emlabcpp | |
| MIT License. | |
Functions | |
| template<typename T , typename Container , typename Iterator = iterator_of_t< Container >> | |
| view< iterators::convert_iterator< T, Iterator > > | emlabcpp::convert_view (Container &&cont) |
| template<typename T , typename Iterator > | |
| constexpr view< iterators::convert_iterator< T, Iterator > > | emlabcpp::convert_view_n (Iterator begin, std::size_t n) |