(327e8a904cb8e6665b7e42ae35cdcfd2afc84409)
#include <QtCore/qbytearrayalgorithms.h>
#include <QtCore/qcompare.h>
#include <QtCore/qcontainerfwd.h>
#include <QtCore/qstringfwd.h>
#include <QtCore/qarraydata.h>
#include <string>
#include <string_view>
#include <QtCore/q20type_traits.h>
Go to the source code of this file.
|
struct | QtPrivate::IsCompatibleByteTypeHelper< Byte > |
|
struct | QtPrivate::IsCompatibleByteTypeHelper< char > |
|
struct | QtPrivate::IsCompatibleByteTypeHelper< signed char > |
|
struct | QtPrivate::IsCompatibleByteTypeHelper< unsigned char > |
|
struct | QtPrivate::IsCompatibleByteTypeHelper< std::byte > |
|
struct | QtPrivate::IsCompatibleByteType< Byte > |
|
struct | QtPrivate::IsCompatibleByteArrayPointerHelper< Pointer > |
|
struct | QtPrivate::IsCompatibleByteArrayPointerHelper< Byte * > |
|
struct | QtPrivate::IsCompatibleByteArrayPointer< Pointer > |
|
struct | QtPrivate::IsContainerCompatibleWithQByteArrayView< T, Enable > |
|
struct | QtPrivate::IsContainerCompatibleWithQByteArrayView< T, std::enable_if_t< std::conjunction_v< IsCompatibleByteArrayPointer< decltype(std::data(std::declval< const T & >()))>, std::is_convertible< decltype(std::size(std::declval< const T & >())), qsizetype >, IsCompatibleByteType< typename std::iterator_traits< decltype(std::begin(std::declval< const T & >()))>::value_type >, std::is_convertible< decltype(std::begin(std::declval< const T & >()) !=std::end(std::declval< const T & >())), bool >, std::negation< std::is_same< std::decay_t< T >, QByteArray > >, std::negation< std::is_array< T > >, std::negation< std::is_same< std::decay_t< T >, QByteArrayView > > > > > |
|
class | QByteArrayView |
|
◆ Q_DECLARE_TYPEINFO()
◆ qToByteArrayViewIgnoringNull()
template<typename QByteArrayLike , std::enable_if_t< std::is_same_v< QByteArrayLike,
QByteArray >, bool > = true>
QByteArrayView qToByteArrayViewIgnoringNull |
( |
const QByteArrayLike & | b | ) |
|
|
inlinenodiscardnoexcept |