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 }
any() noexcept
Default constructor, creates an empty object.

References any().

Here is the call graph for this function: