noshowbase
Turns off indicating the notational base in which a number is displayed.
ios_base& noshowbase(
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.
설명
noshowbase는 기본적으로 사용됩니다. Use showbase to indicate the notational base of numbers.
The manipulator effectively calls _Str.unsetf(ios_base::showbase), and then returns _Str.
예제
See showbase for an example of how to use noshowbase.
요구 사항
Header: <ios>
네임스페이스: std