From d8c5b02674d905f47f288b2fd20f88cb1f5fc792 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 28 Dec 2019 18:39:54 +0100 Subject: new_type: implement support for nt::Relational --- doc/src/index.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/src/index.rst b/doc/src/index.rst index e9c69c0..907b58d 100644 --- a/doc/src/index.rst +++ b/doc/src/index.rst @@ -132,7 +132,7 @@ Synopsis template + typename = std::enable_if_t> auto constexpr operator<(new_type const &, new_type const &) noexcept(/*see below*/) -> bool; @@ -140,7 +140,7 @@ Synopsis template + typename = std::enable_if_t> auto constexpr operator>(new_type const &, new_type const &) noexcept(/*see below*/) -> bool; @@ -148,7 +148,7 @@ Synopsis template + typename = std::enable_if_t> auto constexpr operator<=(new_type const &, new_type const &) noexcept(/*see below*/) -> bool; @@ -156,7 +156,7 @@ Synopsis template + typename = std::enable_if_t> auto constexpr operator>=(new_type const &, new_type const &) noexcept(/*see below*/) -> bool; @@ -168,7 +168,7 @@ Synopsis auto DerivationClause, typename CharType, typename StreamTraits, - typename = std::enable_if_t + typename = std::enable_if_t> auto operator<<(std::basic_ostream &&, new_type const &) noexcept(/*see below*/) -> std::basic_ostream &; @@ -178,7 +178,7 @@ Synopsis auto DerivationClause, typename CharType, typename StreamTraits, - typename = std::enable_if_t + typename = std::enable_if_t> auto operator>>(std::basic_istream &&, new_type &&) noexcept(/*see below*/) -> std::basic_istream &; -- cgit v1.2.3