ESPHome  2024.4.1
Public Member Functions
esphome::internal::BigEndianLayout< T > Class Template Reference

Wrapper class for memory using big endian data layout, transparently converting it to native order. More...

#include <datatypes.h>

Public Member Functions

constexpr14 operator T ()
 

Detailed Description

template<typename T>
class esphome::internal::BigEndianLayout< T >

Wrapper class for memory using big endian data layout, transparently converting it to native order.

Definition at line 12 of file datatypes.h.

Member Function Documentation

◆ operator T()

template<typename T >
constexpr14 esphome::internal::BigEndianLayout< T >::operator T ( )
inline

Definition at line 14 of file datatypes.h.


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