summaryrefslogtreecommitdiff
path: root/Rx/v2/examples/doxygen/take_while.cpp
AgeCommit message (Collapse)Author
2016-12-21take_while snippet (#299)RafaƂ Borowiak
* Implementation of take_while operator and tests * Refactored tests and changed documentation * Removed 'noexcept' specifier from helper class in take_while test * Removed 'const' specifier from not_equal_to helper class in take_while test in order to get rid of MSVC assignment operator warning. * decouple take_while from observable * Added take_while snippet. * Fixed CMakeLists closing parenthesis.