File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 6150
6150
}
6151
6151
\end {codeblock }
6152
6152
6153
+ \pnum
6154
+ For the primary template, \tcode {R} shall be an object type that
6155
+ meets the \oldconcept {Destructible} requirements.
6156
+
6153
6157
\pnum
6154
6158
The implementation provides the template \tcode {promise} and two specializations,
6155
6159
\tcode {promise<R\& >} and \tcode {promise<\brk {}void>}. These differ only in the argument type
6494
6498
}
6495
6499
\end {codeblock }
6496
6500
6501
+ \pnum
6502
+ For the primary template, \tcode {R} shall be an object type that
6503
+ meets the \oldconcept {Destructible} requirements.
6504
+
6497
6505
\pnum
6498
6506
The implementation provides the template \tcode {future} and two specializations,
6499
6507
\tcode {future<R\& >} and \tcode {future<\brk {}void>}. These differ only in the return type and return
6794
6802
}
6795
6803
\end {codeblock }
6796
6804
6805
+ \pnum
6806
+ For the primary template, \tcode {R} shall be an object type that
6807
+ meets the \oldconcept {Destructible} requirements.
6808
+
6797
6809
\pnum
6798
6810
The implementation provides the template \tcode {shared_future} and two
6799
6811
specializations, \tcode {shared_future<R\& >} and \tcode {shared_future<void>}. These
You can’t perform that action at this time.
0 commit comments