Low-Level Abstraction of Memory Access
llama::internal::TupleLeaf< I, T, true > Struct Template Reference

#include <Tuple.hpp>

Public Member Functions

constexpr TupleLeaf (T)
 
constexpr auto value () const -> T
 

Detailed Description

template<std::size_t I, typename T>
struct llama::internal::TupleLeaf< I, T, true >

Definition at line 30 of file Tuple.hpp.

Constructor & Destructor Documentation

◆ TupleLeaf()

template<std::size_t I, typename T >
constexpr llama::internal::TupleLeaf< I, T, true >::TupleLeaf ( )
inlineexplicitconstexpr

Definition at line 34 of file Tuple.hpp.

Member Function Documentation

◆ value()

template<std::size_t I, typename T >
constexpr auto llama::internal::TupleLeaf< I, T, true >::value ( ) const -> T
inlineconstexpr

Definition at line 38 of file Tuple.hpp.


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