Home
last modified time | relevance | path

Searched refs:tag_valid (Results 1 – 1 of 1) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-util.hpp322 struct tag_valid {static const bool valid = true; static const bool value = R;}; struct
326 static auto check(int) -> tag_valid<resolved_type::value>;
340 struct tag_valid {typedef R type; static const bool value = true;}; argument
344 static auto check(int) -> tag_valid<resolved_type>;
357 struct tag_valid {typedef R type; static const bool value = true;}; struct
361 static auto check(int) -> tag_valid<value_type_t<resolved_type>>;
374 struct tag_valid {typedef R type; static const bool value = true;}; argument
378 static auto check(int) -> tag_valid<typename resolved_type::seed_type>;