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-04-01 at 23:35:39 +0000