#include <fn.hpp>
Public Types | |
| using | value_type = decltype(std::ref(*cont.begin())) |
Public Member Functions | |
| auto | operator() () -> maybe< value_type > |
Public Attributes | |
| Iterable & | cont |
| decltype(cont.begin()) | it |
| using rangeless::fn::impl::refs_gen< Iterable >::value_type = decltype(std::ref(*cont.begin())) |
|
inline |
| Iterable& rangeless::fn::impl::refs_gen< Iterable >::cont |
| decltype(cont.begin()) rangeless::fn::impl::refs_gen< Iterable >::it |