Search code examples
How do I call a function with an std::ostream& argument using cppyy?...


c++stdostreamcppyy

Read More
Floating point format for std::ostream...


c++floating-pointcoutostream

Read More
Center text in fixed-width field with stream manipulators in C++...


c++stringstringstreamostreammanipulators

Read More
Discrimination between file and console streams...


c++fstreamostream

Read More
Wierd stuff happens when overloading operator<< with a class template...


c++templatesoperator-overloadingfriendostream

Read More
Is ostream& operator<< better practice in a class than using std::cout?...


c++ostream

Read More
C++ stringstream question, how can I make each line seperate...


c++loggingformatstringstreamostream

Read More
Order of execution in operator <<...


c++streamoperator-keywordcoutostream

Read More
Is there a relationship between printf %p format and basic_ostream format?...


c++formatprintfostream

Read More
How to prevent the compiler from checking the syntactic correctness of a certain branch...


c++templatesostreamif-constexpr

Read More
Operator overload for ostream not working with user defined class...


c++operator-overloadingostream

Read More
Using std::ostream as argument to a print function...


c++iostreamostream

Read More
What is the difference between flush() and sync() in regard to fstream buffers?...


c++streambufferfstreamostream

Read More
Can I use an std::ostream to print into a given buffer?...


c++c++11formattingostreamc++23

Read More
Cant cout item in container with std::any...


c++unordered-mapostreamstdany

Read More
Is there a way to use (std::cin).get() to accept newlines when asking for input?...


c++stdostream

Read More
`operator<<` on a container which works for both values and references...


c++templatesostream

Read More
Overloaded 'operator<<' must be a binary operator (has 3 parameters)...


c++oopheapostream

Read More
Child Class Operator << overload C++...


c++operator-overloadingoverloadingostream

Read More
ofstream::write writes zeros for part of the file...


c++windows-10stdvectorostreamvisual-c++-2017

Read More
Can cout throw an exception?...


c++coutostream

Read More
ostream << operator not getting invoked...


c++oopoverloadingostream

Read More
Writing contents of an STL Map to output stream using ostream_iterator...


c++iteratorstdmapostream

Read More
Output stream for generic container...


c++templatesostream

Read More
Overloading ostream << operator for a class with private key member...


c++linked-listoperator-overloadingostreammember-access

Read More
make std::ostream automatically ident when encountering special characters...


c++c++11formattingostream

Read More
differences between std::for_each and std::copy, std::ostream_iterator<T> when printing a vect...


c++vectorforeachcopyostream

Read More
use of flow operators on objects...


c++classostream

Read More
Curious results from decltype( std::devlcal<std::ostream>() << std::declval<T>() )...


c++c++17ostreamdecltype

Read More
Friend Function cannot access private members in C++...


c++operator-overloadingstatic-membersostreamfriend-function

Read More
BackNext