The teuchos.oblackholestream.copyfmt function is a part of the C++ utility library called Teuchos. This function is used to copy the format flags and other formatting parameters from one oblagholestream object to another. An oblagholestream object is a stream that discards all the output that is sent to it, essentially acting as a black hole for data. By using the copyfmt function, the formatting settings of the source oblagholestream can be replicated on the destination oblagholestream, ensuring consistent formatting behavior when discarding output.
C++ (Cpp) oblackholestream::copyfmt - 30 examples found. These are the top rated real world C++ (Cpp) examples of teuchos::oblackholestream::copyfmt extracted from open source projects. You can rate examples to help us improve the quality of examples.