Low-Level Abstraction of Memory Access
llama::mapping::internal::ChangeTypeProjection< UserT, StoredT > Struct Template Reference

#include <ChangeType.hpp>

Static Public Member Functions

static auto load (StoredT v) -> UserT
 
static auto store (UserT v) -> StoredT
 

Detailed Description

template<typename UserT, typename StoredT>
struct llama::mapping::internal::ChangeTypeProjection< UserT, StoredT >

Definition at line 15 of file ChangeType.hpp.

Member Function Documentation

◆ load()

template<typename UserT , typename StoredT >
static auto llama::mapping::internal::ChangeTypeProjection< UserT, StoredT >::load ( StoredT  v) -> UserT
inlinestatic

Definition at line 17 of file ChangeType.hpp.

◆ store()

template<typename UserT , typename StoredT >
static auto llama::mapping::internal::ChangeTypeProjection< UserT, StoredT >::store ( UserT  v) -> StoredT
inlinestatic

Definition at line 22 of file ChangeType.hpp.


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