OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RValueCallable
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
F.pass.cpp
54
struct
RValueCallable
{
111
static_assert(!std::is_constructible<Fn,
RValueCallable
&>::value, "");
112
static_assert(!std::is_constructible<Fn,
RValueCallable
>::value, "");
F_assign.pass.cpp
57
struct
RValueCallable
{
115
static_assert(!std::is_assignable<Fn&,
RValueCallable
&>::value, "");
116
static_assert(!std::is_assignable<Fn&,
RValueCallable
>::value, "");
alloc_F.pass.cpp
28
struct
RValueCallable
{
125
static_assert(!std::is_constructible<Fn, std::allocator_arg_t, std::allocator<int>,
RValueCallable
&>::value, "");
126
static_assert(!std::is_constructible<Fn, std::allocator_arg_t, std::allocator<int>,
RValueCallable
>::value, "");
Completed in 142 milliseconds