본문 바로가기
[ CODING STUDY ]/》C++ 정리

C++ 30 [Manipulator 조정자]

by MRG 2023. 10. 3.
728x90
반응형

▣ 조정자를 통해 여러 방식으로 출력 가능

 

https://www.apiref.com/cpp/cpp/io/manip.html

 

Input/output manipulators - C++ - API Reference Document

Manipulators are helper functions that make it possible to control input/output streams using operator<< or operator>>. The manipulators that are invoked without arguments (e.g. std::cout << std::boolalpha; or std::cin >> std::hex;) are implemented as func

www.apiref.com

▣ 입력 출력 조정자 API 참고

728x90
반응형

댓글