List of all members | Public Member Functions | Public Attributes
Separator< T > Struct Template Reference

#include <Util.h>

Public Member Functions

 Separator (const std::vector< T > &v, const char *const sep)
 

Public Attributes

const char *const fSep
 
const std::vector< T > & fVec
 

Detailed Description

template<typename T>
struct Separator< T >

Definition at line 14 of file Util.h.

Constructor & Destructor Documentation

template<typename T>
Separator< T >::Separator ( const std::vector< T > &  v,
const char *const  sep 
)
inline

Definition at line 15 of file Util.h.

Member Data Documentation

template<typename T>
const char* const Separator< T >::fSep

Definition at line 18 of file Util.h.

template<typename T>
const std::vector<T>& Separator< T >::fVec

Definition at line 17 of file Util.h.


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

, generated on Tue Sep 26 2023.