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 | Public Member Functions | List of all members
rxcpp::filtered_hash< T, typename std::enable_if< std::is_convertible< T, std::chrono::time_point< typename T::clock, typename T::duration > >::value >::type > Struct Template Reference

#include <rx-util.hpp>

Public Types

using argument_type = T
 
using result_type = std::size_t
 

Public Member Functions

result_type operator() (argument_type const &tp) const
 

Member Typedef Documentation

template<class T >
using rxcpp::filtered_hash< T, typename std::enable_if< std::is_convertible< T, std::chrono::time_point< typename T::clock, typename T::duration > >::value >::type >::argument_type = T
template<class T >
using rxcpp::filtered_hash< T, typename std::enable_if< std::is_convertible< T, std::chrono::time_point< typename T::clock, typename T::duration > >::value >::type >::result_type = std::size_t

Member Function Documentation

template<class T >
result_type rxcpp::filtered_hash< T, typename std::enable_if< std::is_convertible< T, std::chrono::time_point< typename T::clock, typename T::duration > >::value >::type >::operator() ( argument_type const &  tp) const
inline

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