Searched refs:errGen (Results 1 – 2 of 2) sorted by relevance
77 NError::NError(std::function<std::tuple<uint32_t, std::string>()> errGen) in NError() argument79 tie(errno_, errMsg_) = errGen(); in NError()
423 NError(std::function<std::tuple<uint32_t, std::string>()> errGen);