Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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.

◆ toSpecial()

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

Definition at line 318 of file qendian.h.


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