OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nonconst2
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
p2.cpp
45
struct
NonConst2
{
46
NonConst2
(
NonConst2
&);
47
NonConst2
& operator=(
NonConst2
&);
49
NonConst2
::
NonConst2
(
NonConst2
&) = default;
50
NonConst2
&
NonConst2
::operator=(NonConst2&) = default
[
all
...]
Completed in 54 milliseconds