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

#include "TupleAs.h"

Public Member Functions

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

Detailed Description

Definition at line 182 of file TupleAs.h.

Member Function Documentation

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

Definition at line 185 of file TupleAs.h.

186  {
187  return " A default value is present, but it cannot be\n"
188  " printed out since no 'operator<<' overload has\n"
189  " been provided for the above type.";
190  }

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