mirror of
https://github.com/TartanLlama/optional.git
synced 2025-08-02 19:34:26 +02:00
Fix link
This commit is contained in:
@@ -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.
|
The interface is the same as `std::optional`, but the following member functions are also defined. Explicit types are for clarity.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user