llarp::config::Default
Wrapper to specify a default value to an OptionDefinition. More...
#include <definition.hpp>
Public Functions
| Name | |
|---|---|
| constexpr | Default(T val) |
Public Attributes
| Name | |
|---|---|
| T | val |
Detailed Description
template <typename T >
struct llarp::config::Default;
Wrapper to specify a default value to an OptionDefinition.
Public Functions Documentation
function Default
inline explicit constexpr Default(
T val
)
Public Attributes Documentation
variable val
T val;
Updated on 2026-01-10 at 22:49:45 +0000