Home
last modified time | relevance | path

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

/openbmc/phosphor-dbus-monitor/src/templates/
H A Dgenerated.mako.hpp112 struct ConfigPropertyStorage struct
114 using Storage = std::array<std::tuple<std::any, std::any>, ${len(instances)}>;
116 static auto& get() in get()