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
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.

◆ toSpecial()

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

Definition at line 310 of file qendian.h.


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