Public Member Functions | List of all members
fhicl::YesInsert Struct Reference

#include <TableAs.h>

Public Member Functions

template<typename T >
std::string operator() (T const &t)
 
template<typename T >
std::string operator() (T const &t)
 

Detailed Description

Definition at line 207 of file TableAs.h.

Member Function Documentation

template<typename T >
std::string fhicl::YesInsert::operator() ( T const &  t)
inline

Definition at line 189 of file TupleAs.h.

190  {
191  std::ostringstream os;
192  os << " with a default value of:\n"
193  << " " << t;
194  return os.str();
195  }
template<typename T >
std::string fhicl::YesInsert::operator() ( T const &  t)
inline

Definition at line 210 of file TableAs.h.

211  {
212  std::ostringstream os;
213  os << " with a default value of:\n"
214  << " " << t;
215  return os.str();
216  }

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