llarp::config::Comment
Adds one or more comment lines to the option definition.
#include <definition.hpp>
Public Functions
| Name | |
|---|---|
| Comment(std::initializer_list< std::string > comments) |
Public Attributes
| Name | |
|---|---|
| std::vector< std::string > | comments |
Public Functions Documentation
function Comment
inline explicit Comment(
std::initializer_list< std::string > comments
)
Public Attributes Documentation
variable comments
std::vector< std::string > comments;
Updated on 2026-01-10 at 22:49:45 +0000