Ticket #7721: value_init_doc.patch
File value_init_doc.patch, 415 bytes (added by , 10 years ago) |
---|
-
"b/D:\\boost-svn\\libs\\utility\\
old new the wrapped object is always performed with the <code>get()</code> idiom:</p> 385 385 <br> operator T&(); 386 386 <br> T const &data() const; 387 387 <br> T& data(); 388 <br> T const &get() const; 389 <br> T& get(); 388 390 <br> void swap( value_initialized<T>& ); 389 391 <br>