본문 바로가기
[ C++ ]/- 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
반응형

'[ C++ ] > - C++ 문법정리' 카테고리의 다른 글

C++ 32 [생성자 멤버변수 초기화리스트]  (0) 2023.10.18
C++ 31 [스트림 객체 상태 플래그]  (0) 2023.10.04
C++ 29 [스마트 포인터]  (0) 2023.05.16
C++ 28 [예외처리]  (0) 2023.05.12
C++ 27 [파일입출력]  (4) 2023.05.09

댓글