Searched defs:SmallCallable (Results 1 – 1 of 1) sorted by relevance
107 struct SmallCallable { in TEST() struct108 std::unique_ptr<int> A{new int(1)}; in TEST()110 int operator()(int B) { return *A + B; } in TEST()