OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MoveOnly2
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_trivially_move_constructible.pass.cpp
72
struct
MoveOnly2
74
MoveOnly2
(
MoveOnly2
&&) = default;
96
static_assert( std::is_trivially_move_constructible<
MoveOnly2
>::value, "");
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_trivially_move_constructible.pass.cpp
63
struct
MoveOnly2
65
MoveOnly2
(
MoveOnly2
&&) = default;
87
static_assert( std::is_trivially_move_constructible<
MoveOnly2
>::value, "");
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_trivially_move_constructible.pass.cpp
72
struct
MoveOnly2
74
MoveOnly2
(
MoveOnly2
&&) = default;
96
static_assert( std::is_trivially_move_constructible<
MoveOnly2
>::value, "");
Completed in 1016 milliseconds