OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:action_tag
(Results
1 - 2
of
2
) sorted by null
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
rx-predef.hpp
26
struct is_action<T, typename rxu::types_checked_from<typename T::
action_tag
>::type>
27
: public std::is_convertible<typename T::
action_tag
*, tag_action*> {};
rx-scheduler.hpp
124
typedef tag_action
action_tag
;
typedef in struct:rxcpp::schedulers::action_base
Completed in 464 milliseconds