Low-Level Abstraction of Memory Access
llama::Tuple< TFirstElement, RestElements... > Member List

This is the complete list of members for llama::Tuple< TFirstElement, RestElements... >, including all inherited members.

first() -> decltype(auto)llama::Tuple< TFirstElement, RestElements... >inline
first() const -> decltype(auto)llama::Tuple< TFirstElement, RestElements... >inline
FirstElement typedefllama::Tuple< TFirstElement, RestElements... >
rest() -> RestTuple &llama::Tuple< TFirstElement, RestElements... >inline
rest() const -> const RestTuple &llama::Tuple< TFirstElement, RestElements... >inline
RestTuple typedefllama::Tuple< TFirstElement, RestElements... >
Tuple()=defaultllama::Tuple< TFirstElement, RestElements... >
Tuple(FirstElement first, RestElements... rest)llama::Tuple< TFirstElement, RestElements... >inlineexplicit
Tuple(T &&firstArg, Ts &&... restArgs)llama::Tuple< TFirstElement, RestElements... >inlineexplicit
valllama::internal::TupleLeaf< 1+sizeof...(RestElements), TFirstElement >
value() -> TFirstElement &llama::internal::TupleLeaf< 1+sizeof...(RestElements), TFirstElement >inline
value() const -> const TFirstElement &llama::internal::TupleLeaf< 1+sizeof...(RestElements), TFirstElement >inline