qstringbuilder.h File Reference

#include <QtCore/qstring.h>
#include <string.h>

Go to the source code of this file.

Classes

class   QLatin1Literal
struct   QAbstractConcatenable
struct   QConcatenable< T >
class   QStringBuilder< A, B >
class   QStringBuilder< QString, QString >
struct   QConcatenable< char >
struct   QConcatenable< QLatin1Char >
struct   QConcatenable< QChar >
struct   QConcatenable< QCharRef >
struct   QConcatenable< QLatin1String >
struct   QConcatenable< QLatin1Literal >
struct   QConcatenable< QString >
struct   QConcatenable< QStringRef >
struct   QConcatenable< char[N]>
struct   QConcatenable< const char[N]>
struct   QConcatenable< const char * >
struct   QConcatenable< QByteArray >
struct   QConcatenable< QStringBuilder< A, B > >

Functions

template<typename A , typename B >
QStringBuilder< typename
QConcatenable< A >::type,
typename QConcatenable< B >
::type > 
operator% (const A &a, const B &b)

Function Documentation

QStringBuilder<typename QConcatenable<A>::type, typename QConcatenable<B>::type> operator% ( const A &  a,
const B &  b 
)

Definition at line 299 of file qstringbuilder.h.