This commit is contained in:
Simon Brand
2017-10-21 20:55:30 +01:00
parent 1176f3ed28
commit fabf914164

View File

@@ -41,7 +41,7 @@ std::optional<image> get_cute_cat (const image& img) {
}
```
Full documentation available at [optional.tartanllama.xyz](optional.tartanllama.xyz)
Full documentation available at [optional.tartanllama.xyz](https://optional.tartanllama.xyz)
The interface is the same as `std::optional`, but the following member functions are also defined. Explicit types are for clarity.