Searched refs:non_null_ptr (Results 1 – 1 of 1) sorted by relevance
40 Pair dupe_if(ftl::NonNull<std::unique_ptr<int>> non_null_ptr, bool condition) { in dupe_if() argument42 auto unique_ptr = std::move(non_null_ptr).take(); in dupe_if()