Searched refs:MoveDel (Results 1 – 1 of 1) sorted by relevance
98 typedef Deleter<VT> MoveDel; in test_basic() typedef99 typedef std::unique_ptr<VT, MoveDel> APtr; in test_basic()100 MoveDel d(5); in test_basic()