nouppercase
Specifies that hexadecimal digits and the exponent in scientific notation appear in lowercase.
ios_base& nouppercase(
ios_base& _Str
);
매개 변수
- _Str
A reference to an object of type ios_base, or to a type that inherits from ios_base.
반환 값
A reference to the object from which _Str is derived.
설명
The manipulator effectively calls _Str.unsetf(ios_base::uppercase), and then returns _Str.
예제
See uppercase for an example of using nouppercase.
요구 사항
Header: <ios>
네임스페이스: std