Lines Matching refs:Fn
351 template <typename Fn>354 explicit RunOnDestruction(Fn fn) : fn_(fn) {}358 Fn fn_;361 template <typename Fn>362 RunOnDestruction<Fn> at_scope_exit(Fn fn) {363 return RunOnDestruction<Fn>(fn);
Indexes created Fri Nov 07 05:10:14 GMT 2025