Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/include/
Dsystem_cxx.hpp22 class StrongValue { class
24 StrongValue(ValueT value_arg) : value(value_arg) { } in StrongValue() function in StrongValue
38 class StrongValueComparable : public StrongValue<ValueT> {
40 StrongValueComparable(ValueT value_arg) : StrongValue<ValueT>(value_arg) { } in StrongValueComparable()
42 using StrongValue<ValueT>::get_value;