Home
last modified time | relevance | path

Searched defs:defer_type (Results 1 – 1 of 1) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-util.hpp337 struct defer_type struct
340 struct tag_valid {typedef R type; static const bool value = true;};
341 struct tag_not_valid {typedef void type; static const bool value = false;};
342 typedef Deferred<typename resolve_type<AN>::type...> resolved_type;
348 typedef decltype(check<AN...>(0)) tag_type;
349 typedef typename tag_type::type type;
350 static const bool value = tag_type::value;