Comments on: Functional pipeline in C++11 http://vitiy.info/functional-pipeline-in-c11/ Programming, architecture and design (ะก++, QT, .Net/WPF, Android, iOS, NoSQL, distributed systems, mobile development, image processing, etc...) Fri, 21 Jul 2017 18:45:00 +0000 hourly 1 https://wordpress.org/?v=5.4.2 By: Victor Laskin http://vitiy.info/functional-pipeline-in-c11/#comment-45970 Fri, 21 Jul 2017 18:45:00 +0000 http://vitiy.info/?p=435#comment-45970 Yes, you can.

]]>
By: Piers Powlesland http://vitiy.info/functional-pipeline-in-c11/#comment-45969 Wed, 19 Jul 2017 08:55:00 +0000 http://vitiy.info/?p=435#comment-45969 Hi Victor, I’m a bit of a noob when it comes to c++ so apologies if this is a really stupid question.

With this approach can you chain together functions with different input and output types. For example (int,string) | (string,bool) | (bool, void)

]]>
By: Victor Laskin http://vitiy.info/functional-pipeline-in-c11/#comment-45830 Wed, 28 Jan 2015 14:24:00 +0000 http://vitiy.info/?p=435#comment-45830 sure. but note that the most long prototypes here are the same for all logic and have to be written only once

]]>
By: pepper_chico http://vitiy.info/functional-pipeline-in-c11/#comment-45828 Wed, 28 Jan 2015 14:10:00 +0000 http://vitiy.info/?p=435#comment-45828 C++14 return type deduction would turn the long prototypes less intimidating.

]]>
By: Victor Laskin http://vitiy.info/functional-pipeline-in-c11/#comment-45815 Mon, 26 Jan 2015 07:31:00 +0000 http://vitiy.info/?p=435#comment-45815 ok, i changed it to ‘numbers’

]]>
By: Some Onee http://vitiy.info/functional-pipeline-in-c11/#comment-45814 Mon, 26 Jan 2015 03:24:00 +0000 http://vitiy.info/?p=435#comment-45814 set is already a typename, you should not use it as a variable name especially you seem to use using namespace std;

]]>