Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/
H A Dutil.hpp23 struct Pinned : public T struct
26 Pinned(Args&&... args) : T(std::forward<Args>(args)...) in Pinned() function
29 Pinned& operator=(const Arg& o) in operator =()