Searched defs:UB1 (Results 1 – 2 of 2) sorted by relevance
93 using UB1 = std::unique_ptr<B, DB&>; in test_sfinae() typedef98 using UB1 = std::unique_ptr<B, const DB&>; in test_sfinae() typedef104 using UB1 = std::unique_ptr<B[]>; in test_sfinae() typedef111 using UB1 = std::unique_ptr<B[], NCGenericDeleter>; in test_sfinae() typedef
114 using UB1 = std::unique_ptr<B, DB&>; in test_sfinae() typedef119 using UB1 = std::unique_ptr<B, const DB&>; in test_sfinae() typedef125 using UB1 = std::unique_ptr<B[]>; in test_sfinae() typedef132 using UB1 = std::unique_ptr<B[], NCGenericDeleter>; in test_sfinae() typedef