OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:no_move
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
not_copy_constructible.fail.cpp
37
struct
no_move
{
struct
38
no_move
() {}
function in struct:no_move
39
no_move
(
no_move
&&) = delete;
40
no_move
(
no_move
const&) {}
function in struct:no_move
56
// expected-error@any:* {{static_cast from 'typename remove_reference<
no_move
&>::type' (aka '
no_move
') to '
no_move
' uses deleted function}}
57
any_cast<
no_move
>(static_cast<any &&>(a))
[
all
...]
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/any/any.nonmembers/any.cast/
not_copy_constructible.fail.cpp
37
struct
no_move
{
struct
38
no_move
() {}
function in struct:no_move
39
no_move
(
no_move
&&) = delete;
40
no_move
(
no_move
const&) {}
function in struct:no_move
56
// expected-error@any:* {{static_cast from 'typename remove_reference<
no_move
&>::type' (aka '
no_move
') to '
no_move
' uses deleted function}}
57
any_cast<
no_move
>(static_cast<any &&>(a))
[
all
...]
Completed in 300 milliseconds