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

#include "Comment.h"

Public Member Functions

 Comment (comment_detail::ArgWrapper const &wrapper)
 

Public Attributes

std::string value
 

Detailed Description

Definition at line 33 of file Comment.h.

Constructor & Destructor Documentation

fhicl::Comment::Comment ( comment_detail::ArgWrapper const &  wrapper)
inlineexplicit

Definition at line 34 of file Comment.h.

References fhicl::comment_detail::ArgWrapper::value.

35  : value{wrapper.value}
36  {}
std::string value
Definition: Comment.h:37

Member Data Documentation

std::string fhicl::Comment::value

Definition at line 37 of file Comment.h.

Referenced by fhicl::OptionalTupleAs< T(ARGS...)>::conversion_comment().


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