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

#include <TableAs.h>

Public Member Functions

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

Detailed Description

Definition at line 196 of file TableAs.h.

Member Function Documentation

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

Definition at line 178 of file TupleAs.h.

179  {
180  return " A default value is present, but it cannot be\n"
181  " printed out since no 'operator<<' overload has\n"
182  " been provided for the above type.";
183  }
template<typename T >
std::string fhicl::NoInsert::operator() ( T const &  )
inline

Definition at line 199 of file TableAs.h.

200  {
201  return " A default value is present, but it cannot be\n"
202  " printed out since no 'operator<<' overload has\n"
203  " been provided for the above type.";
204  }

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