Mapper  0.9.0
API documentation
Classes | Namespaces | Functions
qasconst.h File Reference

(d925c52 on 25 Mar 2016)

#include <qglobal.h>
Include dependency graph for qasconst.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  QtPrivate::QAddConst< T >
 

Namespaces

 QtPrivate
 This file is part of OpenOrienteering.
 

Functions

template<typename T >
Q_DECL_CONSTEXPR QtPrivate::QAddConst< T >::Type & qAsConst (T &t) Q_DECL_NOTHROW
 
template<typename T >
void qAsConst (const T &&) Q_DECL_EQ_DELETE
 

Function Documentation

◆ qAsConst() [1/2]

template<typename T >
Q_DECL_CONSTEXPR QtPrivate::QAddConst<T>::Type& qAsConst ( T &  t)

◆ qAsConst() [2/2]

template<typename T >
void qAsConst ( const T &&  )