Added docs for std::hash

But I do not know if they copile with QuickBook.
This commit is contained in:
Andrzej Krzemienski
2022-05-23 21:00:00 +02:00
parent 52abe4842e
commit ec677383dc
4 changed files with 50 additions and 2 deletions

View File

@ -73,6 +73,16 @@
} // namespace boost
namespace std {
template <typename T>
struct hash<boost::optional<T> > ; ``[link reference_std_hash_spec __GO_TO__]``
template <typename T>
struct hash<boost::optional<T&> > ; ``[link reference_std_hash_spec __GO_TO__]``
} // namespace std
[endsect]