Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Delog.hpp39 struct deduce_entry_type struct
41 using type = T;
42 auto get() in get()
47 T value;
58 struct deduce_entry_type<prev_entry<T>> struct
60 using type = T;
61 auto get() in get()
66 prev_entry<T> value;