Home
last modified time | relevance | path

Searched refs:default_value (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/tools/pioasm/
Doutput_format.h23 T default_value; member
26 simple_optional() : default_value(), specified(false) {} in simple_optional()
37 const T &get() const { return specified ? value : default_value; } in get()
41 static simple_optional<T> with_default(const T &default_value) { in with_default()
43 rc.default_value = default_value; in with_default()