Updated documentation TOCs

This commit is contained in:
Martin Moene
2018-09-05 10:01:54 +02:00
committed by Martin Hořeňovský
parent 60b05b2041
commit a81c01d4f9
6 changed files with 38 additions and 1 deletions

View File

@@ -1,6 +1,12 @@
<a id="top"></a>
# String conversions
**Contents**<br>
[operator << overload for std::ostream](#operator-overload-for-std-ostream)<br>
[Catch::StringMaker<T> specialisation](#catch-stringmaker-t-specialisation)<br>
[Catch::is_range<T> specialisation](#catch-is_range-t-specialisation)<br>
[Exceptions](#exceptions)<br>
Catch needs to be able to convert types you use in assertions and logging expressions into strings (for logging and reporting purposes).
Most built-in or std types are supported out of the box but there are two ways that you can tell Catch how to convert your own types (or other, third-party types) into strings.