Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Euclid::Table::CastVisitor< std::string > Class Reference

#include <CastVisitor.h>

Inheritance diagram for Euclid::Table::CastVisitor< std::string >:
Inheritance graph
[legend]
Collaboration diagram for Euclid::Table::CastVisitor< std::string >:
Collaboration graph
[legend]

Public Member Functions

template<typename T >
std::string operator() (const std::vector< T > &v) const
 
template<typename From >
std::string operator() (const From &from) const
 

Detailed Description

Definition at line 57 of file CastVisitor.h.

Member Function Documentation

◆ operator()() [1/2]

template<typename From >
std::string Euclid::Table::CastVisitor< std::string >::operator() ( const From &  from) const
inline

Definition at line 76 of file CastVisitor.h.

References std::stringstream::str().

Here is the call graph for this function:

◆ operator()() [2/2]

template<typename T >
std::string Euclid::Table::CastVisitor< std::string >::operator() ( const std::vector< T > &  v) const
inline

Definition at line 61 of file CastVisitor.h.

References std::vector< T >::begin(), and std::vector< T >::end().

Here is the call graph for this function:

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