Home
last modified time | relevance | path

Searched defs:WithoutMonostate (Results 1 – 1 of 1) sorted by relevance

/openbmc/telemetry/src/utils/
H A Dvariant_utils.hpp19 struct WithoutMonostate struct
23 using type = decltype(removeMonostate(Variant{}));
29 using WithoutMonostate = typename details::WithoutMonostate<Variant>::type; typedef