emlabcpp
modern opinionated embedded C++ library
emlabcpp::static_storage< T, N > Member List

This is the complete list of members for emlabcpp::static_storage< T, N >, including all inherited members.

capacityemlabcpp::static_storage< T, N >static
const_pointer typedefemlabcpp::static_storage< T, N >
const_reference typedefemlabcpp::static_storage< T, N >
data() noexceptemlabcpp::static_storage< T, N >inline
data() const noexceptemlabcpp::static_storage< T, N >inline
delete_item(size_type const i) noexcept(std::is_nothrow_destructible_v< T >)emlabcpp::static_storage< T, N >inline
emplace_item(size_type const i, Args &&... args) noexcept(std::is_nothrow_constructible_v< T, Args... >)emlabcpp::static_storage< T, N >inline
operator[](size_type const i) noexceptemlabcpp::static_storage< T, N >inline
operator[](size_type const i) const noexceptemlabcpp::static_storage< T, N >inline
pointer typedefemlabcpp::static_storage< T, N >
reference typedefemlabcpp::static_storage< T, N >
size_type typedefemlabcpp::static_storage< T, N >
value_type typedefemlabcpp::static_storage< T, N >