OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_is_move_constructible
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_move_constructible.pass.cpp
18
void
test_is_move_constructible
()
function
77
test_is_move_constructible
<A>();
78
test_is_move_constructible
<int&>();
79
test_is_move_constructible
<Union>();
80
test_is_move_constructible
<Empty>();
81
test_is_move_constructible
<int>();
82
test_is_move_constructible
<double>();
83
test_is_move_constructible
<int*>();
84
test_is_move_constructible
<const int*>();
85
test_is_move_constructible
<NotEmpty>()
[
all
...]
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_move_constructible.pass.cpp
18
void
test_is_move_constructible
()
function
77
test_is_move_constructible
<A>();
78
test_is_move_constructible
<int&>();
79
test_is_move_constructible
<Union>();
80
test_is_move_constructible
<Empty>();
81
test_is_move_constructible
<int>();
82
test_is_move_constructible
<double>();
83
test_is_move_constructible
<int*>();
84
test_is_move_constructible
<const int*>();
85
test_is_move_constructible
<NotEmpty>()
[
all
...]
Completed in 110 milliseconds