LArSoft  v09_90_00
Liquid Argon Software toolkit - https://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


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