Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-util.hpp333 static const bool not_value = valid && !value; member
823 struct not_value : std::conditional<T::value, std::false_type, std::true_type>::type { struct