Alexandria 2.32.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Euclid::Table::CastVisitor< std::string > Class Reference

#include <CastVisitor.h>

Inheritance diagram for Euclid::Table::CastVisitor< std::string >:
Collaboration diagram for Euclid::Table::CastVisitor< std::string >:

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(), std::vector< T >::end(), and std::stringstream::str().

Here is the call graph for this function:

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