libstdc++
GNU C++ library
Loading...
Searching...
No Matches
◆
operator=()
[3/3]
any
& std::experimental::fundamentals_v1::any::operator=
(
const
any
&
__rhs
)
inline
Copy the state of another object.
Definition at line
197
of file
experimental/any
.
198
{
199
*
this
=
any
(__rhs);
200
return
*
this
;
201
}
std::experimental::fundamentals_v1::any::any
any() noexcept
Default constructor, creates an empty object.
Definition
experimental/any:133
References
any()
.
Here is the call graph for this function:
std
experimental
fundamentals_v1
any
Generated on
for libstdc++ by
1.16.1