Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/examples/linesfrombytes/
Dmain.cpp66 auto removespaces = [](string s){ in main() local
102 return w | start_with<string>("") | sum() | Rx::map(removespaces); in main()
/external/Reactive-Extensions/RxCpp/
DREADME.md75 auto removespaces = [](string s){
111 return w | start_with<string>("") | sum() | Rx::map(removespaces);