Searched defs:Function (Results 1 – 3 of 3) sorted by relevance
52 enum Function : uint32_t { enum
141 typedef ErrCode (CT::*Function)(DT &data); typedef
163 using Function = std::function<bool()>; variable