]>
Dogcows Code - chaz/yoink/blob - src/stlplus/strings/print_foursome.hpp
1 #ifndef STLPLUS_PRINT_FOURSOME
2 #define STLPLUS_PRINT_FOURSOME
3 ////////////////////////////////////////////////////////////////////////////////
5 // Author: Andy Rushton
6 // Copyright: (c) Southampton University 1999-2004
7 // (c) Andy Rushton 2004-2009
8 // License: BSD License, see ../docs/license.html
10 // Generate a string representation of a foursome
12 ////////////////////////////////////////////////////////////////////////////////
13 #include "strings_fixes.hpp"
14 #include "foursome.hpp"
18 ////////////////////////////////////////////////////////////////////////////////
23 template<typename T1
, typename T2
, typename T3
, typename T4
, typename S1
, typename S2
, typename S3
, typename S4
>
24 void print_foursome(std::ostream
& device
,
25 const foursome
<T1
,T2
,T3
,T4
>& values
,
30 const std::string
& separator
= ":");
32 } // end namespace stlplus
34 #include "print_foursome.tpp"
This page took 0.035641 seconds and 5 git commands to generate.