Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
q23utility.h File Reference

(28f56f29bb9b9874c5df41609ef4979d120333a1)

#include <QtCore/qtconfigmacros.h>
#include <utility>
+ Include dependency graph for q23utility.h:

Go to the source code of this file.

Namespaces

namespace  q23
 
namespace  q23::_detail
 

Typedefs

template<typename A , typename B >
using q23::_detail::copy_const_t
 
template<typename A , typename B >
using q23::_detail::override_ref_t
 
template<typename T , typename U >
using q23::_detail::forward_like_ret_t
 

Functions

template<class T , class U >
constexpr auto q23::forward_like (U &&x) noexcept -> _detail::forward_like_ret_t< T, U >