RxCpp
The Reactive Extensions for Native (RxCpp) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators in both C and C++.
Public Types | Static Public Attributes | List of all members
cpplinq::util::iter_to_cursor_category< Iter > Struct Template Reference

#include <linq_cursor.hpp>

Public Types

typedef iter_to_cursor_category_< catIx >::type type
 

Static Public Attributes

static const std::size_t catIx = sizeof(detail::get_category_from_iterator(typename std::iterator_traits<Iter>::iterator_category()) )
 

Member Typedef Documentation

Member Data Documentation

template<class Iter>
const std::size_t cpplinq::util::iter_to_cursor_category< Iter >::catIx = sizeof(detail::get_category_from_iterator(typename std::iterator_traits<Iter>::iterator_category()) )
static

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