Low-Level Abstraction of Memory Access
llama::bloballoc::Array< BytesToReserve >::AlignedArray< Alignment > Member List

This is the complete list of members for llama::bloballoc::Array< BytesToReserve >::AlignedArray< Alignment >, including all inherited members.

back() -> std::byte &llama::Array< std::byte, BytesToReserve >inline
back() const -> const std::byte &llama::Array< std::byte, BytesToReserve >inline
begin() -> std::byte *llama::Array< std::byte, BytesToReserve >inline
begin() const -> const std::byte *llama::Array< std::byte, BytesToReserve >inline
data() -> std::byte *llama::Array< std::byte, BytesToReserve >inline
data() const -> const std::byte *llama::Array< std::byte, BytesToReserve >inline
elementllama::Array< std::byte, BytesToReserve >
empty() const -> boolllama::Array< std::byte, BytesToReserve >inline
end() -> std::byte *llama::Array< std::byte, BytesToReserve >inline
end() const -> const std::byte *llama::Array< std::byte, BytesToReserve >inline
front() -> std::byte &llama::Array< std::byte, BytesToReserve >inline
front() const -> const std::byte &llama::Array< std::byte, BytesToReserve >inline
get() -> std::byte &llama::Array< std::byte, BytesToReserve >inline
get() const -> const std::byte &llama::Array< std::byte, BytesToReserve >inline
operator[](IndexType &&idx) -> std::byte &llama::Array< std::byte, BytesToReserve >inline
operator[](IndexType &&idx) const -> const std::byte &llama::Array< std::byte, BytesToReserve >inline
size() constllama::Array< std::byte, BytesToReserve >inline
value_type typedefllama::Array< std::byte, BytesToReserve >