home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   comp.lang.c++.moderated      Moderated discussion of C++ superhackery      33,346 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 33,200 of 33,346   
   hansewetz@this.is.invalid to All   
   Re: variadic templates/unpacking pattern   
   10 Sep 13 22:12:49   
   
   From: hansewetz@hotmail.com   
      
   Many thanks, I realized right after the post what was wrong ... but didn't   
   think of contraining the function to tuplets with enable_if<> (as you showed)   
   which has now been added:   
      
   template   
   typename std::enable_if::type>::type>::value>::type   
   applyWithIndex(Func f,Tuple&&t){   
     typedef typename std::remove_cv::type>::type TupleNonRef;   
     static const int N=std::tuple_size::value;   
     ApplyWithIndex::apply(f,std::forward(t));   
   }   
      
   Hans   
      
      
   --   
         [ See http://www.gotw.ca/resources/clcm.htm for info about ]   
         [ comp.lang.c++.moderated.    First time posters: Do this! ]   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca