LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
fhicl::detail::sequence Namespace Reference

Functions

std::string opening_brace ()
 
std::string closing_brace ()
 
std::string printed_prefix (std::string const &key)
 

Function Documentation

std::string fhicl::detail::sequence::opening_brace ( )
inline

Definition at line 46 of file printing_helpers.h.

47  {
48  return "[";
49  }
std::string fhicl::detail::sequence::printed_prefix ( std::string const &  key)