STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions
stapl::print_tuple_impl< Tuple, Index, LastIndex > Struct Template Reference

Static functor that uses template recursion to print all elements of a tuple with a comma delimiter. More...

Static Public Member Functions

static void apply (std::ostream &os, std::string sep, const Tuple &value)
 

Detailed Description

template<typename Tuple, int Index, int LastIndex>
struct stapl::print_tuple_impl< Tuple, Index, LastIndex >

Static functor that uses template recursion to print all elements of a tuple with a comma delimiter.


The documentation for this struct was generated from the following file: