mod_servlet
C++Servlets
 All Classes Files Functions Variables Typedefs Macros Pages
servlet::optional_ref< T > Member List

This is the complete list of members for servlet::optional_ref< T >, including all inherited members.

const_reference typedefservlet::optional_ref< T >
has_value() const noexceptservlet::optional_ref< T >inline
operator bool() const noexceptservlet::optional_ref< T >inlineexplicit
operator*()servlet::optional_ref< T >inline
operator*() const servlet::optional_ref< T >inline
operator->()servlet::optional_ref< T >inline
operator->() const servlet::optional_ref< T >inline
operator=(const optional_ref &other) noexceptservlet::optional_ref< T >inline
operator=(optional_ref &&other) noexceptservlet::optional_ref< T >inline
operator=(T &obj) noexceptservlet::optional_ref< T >inline
optional_ref() noexceptservlet::optional_ref< T >inline
optional_ref(T &obj) noexceptservlet::optional_ref< T >inline
optional_ref(const optional_ref &other) noexceptservlet::optional_ref< T >inline
optional_ref(optional_ref &&other) noexceptservlet::optional_ref< T >inline
reference typedefservlet::optional_ref< T >
reset() noexceptservlet::optional_ref< T >inline
swap(optional_ref &other) noexceptservlet::optional_ref< T >inline
value()&servlet::optional_ref< T >inline
value() const &servlet::optional_ref< T >inline
value_or(OT &&dflt) const &noexceptservlet::optional_ref< T >inline
value_type typedefservlet::optional_ref< T >
~optional_ref() noexceptservlet::optional_ref< T >inline