samedi 28 novembre 2020

C++ Tuple from template first classes

I need to take first argument of unlimited template and pass it as tuple template

template<template<class A, class B> class... InputStreamProcessingType>
class integrated_processing
{
     // I want something like this
     void process(std::tuple<A...> input)
}

Aucun commentaire:

Enregistrer un commentaire