Searched defs:funcWrapper (Results 1 – 3 of 3) sorted by relevance
24 T funcWrapper(GetPayloadFunc func, T x) { return func(&x); } funcWrapper() function [all...]
24 bool funcWrapper(TotalOrderMagFunc func, T x, T y) { funcWrapper() function [all...]
24 bool funcWrapper(TotalOrderFunc func, T x, T y) { return func(&x, &y) != 0; } funcWrapper() function [all...]