LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
fhicl::YesInsert Struct Reference

#include "TupleAs.h"

Public Member Functions

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

Detailed Description

Definition at line 193 of file TupleAs.h.

Member Function Documentation

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

Definition at line 196 of file TupleAs.h.

197  {
198  std::ostringstream os;
199  os << " with a default value of:\n"
200  << " " << t;
201  return os.str();
202  }

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