Home
last modified time | relevance | path

Searched refs:is_specialization (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dmove_convert.pass.cpp38 struct is_specialization;
41 struct is_specialization<Templ<ID1>, Other> : std::false_type {}; struct
44 struct is_specialization<Templ<ID1>, Templ<ID2> > : std::true_type {}; struct
48 is_specialization<Templ, typename std::decay<Other>::type >::value
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
Dmove_convert.pass.cpp50 struct is_specialization;
53 struct is_specialization<Templ<ID1>, Other> : std::false_type {}; struct
56 struct is_specialization<Templ<ID1>, Templ<ID2> > : std::true_type {}; struct
60 is_specialization<Templ, typename std::decay<Other>::type >::value