Home
last modified time | relevance | path

Searched defs: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