LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
optional_parameter_message.h
Go to the documentation of this file.
1
#ifndef fhiclcpp_types_detail_optional_parameter_message_h
2
#define fhiclcpp_types_detail_optional_parameter_message_h
3
4
namespace
fhicl::detail
{
5
inline
std::string
6
optional_parameter_message
(
bool
const
with_comment =
true
)
7
{
8
std::string result;
9
if
(with_comment) {
10
result +=
"## "
;
11
}
12
result +=
"Any parameters prefaced with '#' are optional."
;
13
return
result;
14
}
15
}
16
17
#endif
/* fhiclcpp_types_detail_optional_parameter_message_h */
18
19
// Local variables:
20
// mode: c++
21
// End:
fhicl::detail::optional_parameter_message
std::string optional_parameter_message(bool const with_comment=true)
Definition:
optional_parameter_message.h:6
fhicl::detail
Definition:
coding.h:43
fhiclcpp
types
detail
optional_parameter_message.h
Generated on Thu May 2 2024 20:59:31 for LArSoft by
1.8.11