mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 05:45:39 +02:00
Updated documentation TOCs
This commit is contained in:

committed by
Martin Hořeňovský

parent
60b05b2041
commit
a81c01d4f9
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user