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

#include <qendian.h>

+ Collaboration diagram for QLittleEndianStorageType< 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 QLittleEndianStorageType< T >

Definition at line 307 of file qendian.h.

Member Typedef Documentation

◆ StorageType

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

Definition at line 309 of file qendian.h.

Member Function Documentation

◆ fromSpecial()

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

Definition at line 311 of file qendian.h.

References qFromLittleEndian().

+ Here is the call graph for this function:

◆ toSpecial()

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

Definition at line 310 of file qendian.h.

References qToLittleEndian().

+ Here is the call graph for this function:

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