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
QBigEndianStorageType< T > Class Template Reference

#include <qendian.h>

+ Collaboration diagram for QBigEndianStorageType< T >:

Public Types

typedef T StorageType
 

Static Public Member Functions

static constexpr T toSpecial (T source)
 
static constexpr T fromSpecial (T source)
 

Detailed Description

template<typename T>
class QBigEndianStorageType< T >

Definition at line 315 of file qendian.h.

Member Typedef Documentation

◆ StorageType

template<typename T >
typedef T QBigEndianStorageType< T >::StorageType

Definition at line 317 of file qendian.h.

Member Function Documentation

◆ fromSpecial()

template<typename T >
static constexpr T QBigEndianStorageType< T >::fromSpecial ( T source)
inlinestaticconstexpr

Definition at line 319 of file qendian.h.

References qFromBigEndian().

+ Here is the call graph for this function:

◆ toSpecial()

template<typename T >
static constexpr T QBigEndianStorageType< T >::toSpecial ( T source)
inlinestaticconstexpr

Definition at line 318 of file qendian.h.

References qToBigEndian().

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: