Botan 3.4.0
Crypto and TLS for C&
Botan::detail::Strong_Adapter< T > Member List

This is the complete list of members for Botan::detail::Strong_Adapter< T >, including all inherited members.

begin() noexcept(noexcept(this->get().begin()))Botan::detail::Strong_Adapter< T >inline
begin() const noexcept(noexcept(this->get().begin()))Botan::detail::Strong_Adapter< T >inline
cbegin() noexcept(noexcept(this->get().cbegin()))Botan::detail::Strong_Adapter< T >inline
cbegin() const noexcept(noexcept(this->get().cbegin()))Botan::detail::Strong_Adapter< T >inline
cend() noexcept(noexcept(this->get().cend()))Botan::detail::Strong_Adapter< T >inline
cend() const noexcept(noexcept(this->get().cend()))Botan::detail::Strong_Adapter< T >inline
const_iterator typedefBotan::detail::Strong_Adapter< T >
const_pointer typedefBotan::detail::Strong_Adapter< T >
data() noexcept(noexcept(this->get().data()))Botan::detail::Strong_Adapter< T >inline
data() const noexcept(noexcept(this->get().data()))Botan::detail::Strong_Adapter< T >inline
empty() const noexcept(noexcept(this->get().empty()))Botan::detail::Strong_Adapter< T >inline
end() noexcept(noexcept(this->get().end()))Botan::detail::Strong_Adapter< T >inline
end() const noexcept(noexcept(this->get().end()))Botan::detail::Strong_Adapter< T >inline
get()Botan::detail::Strong_Base< T >inline
get() constBotan::detail::Strong_Base< T >inline
iterator typedefBotan::detail::Strong_Adapter< T >
operator=(const Strong_Base &)=defaultBotan::detail::Strong_Base< T >
operator=(Strong_Base &&) noexcept=defaultBotan::detail::Strong_Base< T >
operator[](size_type i) const noexcept(noexcept(this->get().operator[](i)))Botan::detail::Strong_Adapter< T >inline
operator[](size_type i) noexcept(noexcept(this->get().operator[](i)))Botan::detail::Strong_Adapter< T >inline
pointer typedefBotan::detail::Strong_Adapter< T >
resize(size_type size) noexcept(noexcept(this->get().resize(size)))Botan::detail::Strong_Adapter< T >inline
size() const noexcept(noexcept(this->get().size()))Botan::detail::Strong_Adapter< T >inline
size_type typedefBotan::detail::Strong_Adapter< T >
Strong_Adapter(std::span< const value_type > span)Botan::detail::Strong_Adapter< T >inlineexplicit
Strong_Adapter(size_t size)Botan::detail::Strong_Adapter< T >inlineexplicit
Strong_Adapter(InputIt begin, InputIt end)Botan::detail::Strong_Adapter< T >inline
Strong_Adapter(const char *str)Botan::detail::Strong_Adapter< T >inlineexplicit
Strong_Base()=defaultBotan::detail::Strong_Base< T >
Strong_Base(const Strong_Base &)=defaultBotan::detail::Strong_Base< T >
Strong_Base(Strong_Base &&) noexcept=defaultBotan::detail::Strong_Base< T >
Strong_Base(T v)Botan::detail::Strong_Base< T >inlineexplicit
value_type typedefBotan::detail::Strong_Adapter< T >
wrapped_type typedefBotan::detail::Strong_Base< T >