File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5599
5599
\effects
5600
5600
If \tcode{other.has_value()} is \tcode{false}, constructs an object that has no value.
5601
5601
Otherwise, equivalent to \tcode{any(in_place<T>, any_cast<const T\&>(other))}
5602
- where \tcode{T} is the type of the contained object .
5602
+ where \tcode{T} is the type of the contained value .
5603
5603
5604
5604
\pnum
5605
5605
\throws
5616
5616
\effects
5617
5617
If \tcode{other.has_value()} is \tcode{false}, constructs an object that has no value.
5618
5618
Otherwise, constructs an object of type \tcode{any} that
5619
- contains either the contained object of \tcode{other}, or
5619
+ contains either the contained value of \tcode{other}, or
5620
5620
contains an object of the same type constructed from
5621
- the contained object of \tcode{other} considering that contained object as an rvalue.
5621
+ the contained value of \tcode{other} considering that contained value as an rvalue.
5622
5622
5623
5623
\pnum
5624
5624
\postconditions
You can’t perform that action at this time.
0 commit comments