다음을 통해 공유


<iomanip>

Include the iostreams standard header <iomanip> to define several manipulators that each take a single argument.

#include <iomanip>

설명

Each of these manipulators returns an unspecified type, called T1 through T10, that overloads both basic_istream<Elem, Tr>::operator>> and basic_ostream<Elem, Tr>::operator<<.

Manipulators

get_money

Obtains a monetary amount, optionally in international format.

get_time

Obtains a time in a time structure by using a specified format.

put_money

Provides a monetary amount, optionally in international format.

put_time

Provides a time in a time structure and a format string to use.

resetiosflags

Clears the specified flags.

setbase

Set base for integers.

setfill

Sets the character that will be used to fill spaces in a right-justified display.

setiosflags

Sets the specified flags.

setprecision

Sets the precision for floating-point values.

setw

Specifies the width of the display field.

참고 항목

참조

C++ 표준 라이브러리의 스레드 보안

iostream 프로그래밍

iostreams 규칙

기타 리소스

<iomanip> 멤버

C++ 표준 라이브러리 헤더 파일