tmp/tmpbhlwrsv2/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
### Header `<source_location>` synopsis <a id="source.location.syn">[[source.location.syn]]</a>
|
| 2 |
+
|
| 3 |
+
The header `<source_location>` defines the class `source_location` that
|
| 4 |
+
provides a means to obtain source location information.
|
| 5 |
+
|
| 6 |
+
``` cpp
|
| 7 |
+
namespace std {
|
| 8 |
+
struct source_location;
|
| 9 |
+
}
|
| 10 |
+
```
|
| 11 |
+
|