File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1344513445\indexlibrarymember {operator()}{logical_and<>}%
1344613446\begin {itemdecl }
1344713447template<class T, class U> constexpr auto operator()(T&& t, U&& u) const
13448- -> decltype(std::forward<T>(t) && std::forward<U>(u));
13448+ -> decltype(std::forward<T>(t) && std::forward<U>(u));
1344913449\end {itemdecl }
1345013450
1345113451\begin {itemdescr }
1348713487\indexlibrarymember {operator()}{logical_or<>}%
1348813488\begin {itemdecl }
1348913489template<class T, class U> constexpr auto operator()(T&& t, U&& u) const
13490- -> decltype(std::forward<T>(t) || std::forward<U>(u));
13490+ -> decltype(std::forward<T>(t) || std::forward<U>(u));
1349113491\end {itemdecl }
1349213492
1349313493\begin {itemdescr }
1352913529\indexlibrarymember {operator()}{logical_not<>}%
1353013530\begin {itemdecl }
1353113531template<class T> constexpr auto operator()(T&& t) const
13532- -> decltype(!std::forward<T>(t));
13532+ -> decltype(!std::forward<T>(t));
1353313533\end {itemdecl }
1353413534
1353513535\begin {itemdescr }
You can’t perform that action at this time.
0 commit comments