Low-Level Abstraction of Memory Access
llama::mapping::internal::ByteswapProjection< T > Struct Template Reference

#include <Byteswap.hpp>

Static Public Member Functions

static auto load (T v) -> T
 
static auto store (T v) -> T
 

Detailed Description

template<typename T>
struct llama::mapping::internal::ByteswapProjection< T >

Definition at line 40 of file Byteswap.hpp.

Member Function Documentation

◆ load()

template<typename T >
static auto llama::mapping::internal::ByteswapProjection< T >::load ( v) -> T
inlinestatic

Definition at line 42 of file Byteswap.hpp.

◆ store()

template<typename T >
static auto llama::mapping::internal::ByteswapProjection< T >::store ( v) -> T
inlinestatic

Definition at line 47 of file Byteswap.hpp.


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