Skip to content

Commit 8c5d6a5

Browse files
authored
Update iomanip-functions.md
1 parent 2d73dd5 commit 8c5d6a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/standard-library/iomanip-functions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ helpviewer_keywords: ["std::get_money [C++]", "std::get_time [C++]", "std::put_m
77
---
88
# `<iomanip>` functions
99

10+
The `<iomanip>` header provides the following functions:
11+
1012
## <a name="iomanip_get_money"></a> `get_money`
1113

1214
Extracts a monetary value from a stream using the specified format, and returns the value in a parameter.
@@ -636,4 +638,4 @@ l5 = 65536
636638

637639
## See also
638640

639-
[`<iomanip>`](../standard-library/iomanip.md)
641+
[`<iomanip>`](../standard-library/iomanip.md)

0 commit comments

Comments
 (0)