Created
March 2, 2016 14:32
-
-
Save dukaev/d0d24f08c13470659e7e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c++/4.9/ext/pb_ds/detail/rb_tree_map_/node.hpp: std::cout << PB_DS_V2F(m_value) <<(m_red? " <r> " : " <b> ") | |
c++/4.9/ext/pb_ds/detail/rb_tree_map_/node.hpp: { std::cout << PB_DS_V2F(m_value) <<(m_red? " <r> " : " <b> "); } | |
c++/4.9/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp: std::cout << "rc" << std::endl; | |
c++/4.9/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp: std::cout << std::endl; | |
c++/4.9/ext/pb_ds/detail/splay_tree_/node.hpp: { std::cout << PB_DS_V2F(m_value) << "(" << m_metadata << ")"; } | |
c++/4.9/ext/pb_ds/detail/splay_tree_/node.hpp: { std::cout << PB_DS_V2F(m_value); } | |
c++/4.9/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp: std::cout << r_e << " " <<* r_e << std::endl; | |
c++/4.9/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp: std::cout << r_e << std::endl; | |
c++/4.9/tr2/dynamic_bitset: * cout << "b('a') is " << b << endl; | |
c++/4.9/tr2/dynamic_bitset: * cout << "index 3 in the string is " << str[3] << " but\n" | |
c++/4.9/bitset: * cout << "b('a') is " << b << endl; | |
c++/4.9/bitset: * cout << "index 3 in the string is " << str[3] << " but\n" | |
c++/4.9/bits/ios_base.h: * cout). User-declared streams are unaffected. See | |
c++/4.9/bits/basic_ios.h: * (e.g., @c std::cout.foo(bar);) are consolidated in this class. | |
c++/4.9/bits/basic_ios.h: * first flushed. For example, @c std::cin is tied to @c std::cout. | |
c++/4.9/ostream: * functions in constructs like "std::cout << std::endl". For more | |
c++/4.9/iostream: extern ostream cout; /// Linked to standard output | |
c++/4.9/iostream: extern wostream wcout; /// Linked to standard output | |
c++/4.9/iostream: // For construction of filebuffers for cout, cin, cerr, clog et. al. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment