M5Utility
0.0.2 git rev:5c1a751
Loading...
Searching...
No Matches
m5::stl::optional< T & > Member List
This is the complete list of members for
m5::stl::optional< T & >
, including all inherited members.
and_then
(F &&f) &
m5::stl::optional< T & >
inline
and_then
(F &&f) && (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
and_then
(F &&f) const & (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
and_then
(F &&f) const && (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
conjunction
(U &&u) const
m5::stl::optional< T & >
inline
disjunction
(const optional &rhs) &
m5::stl::optional< T & >
inline
disjunction
(const optional &rhs) const & (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
disjunction
(const optional &rhs) && (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
disjunction
(const optional &rhs) const && (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
disjunction
(optional &&rhs) & (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
disjunction
(optional &&rhs) const & (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
disjunction
(optional &&rhs) && (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
disjunction
(optional &&rhs) const && (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
emplace
(U &&u) noexcept
m5::stl::optional< T & >
inline
has_value
() const noexcept (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
map
(F &&f) &
m5::stl::optional< T & >
inline
map
(F &&f) && (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
map
(F &&f) const & (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
map
(F &&f) const && (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
map_or
(F &&f, U &&u) &
m5::stl::optional< T & >
inline
map_or
(F &&f, U &&u) && (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
map_or
(F &&f, U &&u) const & (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
map_or
(F &&f, U &&u) const && (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
map_or_else
(F &&f, U &&u) &
m5::stl::optional< T & >
inline
map_or_else
(F &&f, U &&u) && (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
map_or_else
(F &&f, U &&u) const & (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
map_or_else
(F &&f, U &&u) const && (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
operator bool
() const noexcept (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
explicit
operator*
() noexcept
m5::stl::optional< T & >
inline
operator*
() const noexcept (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
operator->
() const noexcept
m5::stl::optional< T & >
inline
operator->
() noexcept (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
operator=
(nullopt_t) noexcept
m5::stl::optional< T & >
inline
operator=
(const optional &rhs)=default
m5::stl::optional< T & >
operator=
(U &&u)
m5::stl::optional< T & >
inline
operator=
(const optional< U > &rhs) noexcept
m5::stl::optional< T & >
inline
optional
() noexcept
m5::stl::optional< T & >
inline
optional
(nullopt_t) noexcept (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
optional
(const optional &rhs) noexcept=default
m5::stl::optional< T & >
optional
(optional &&rhs)=default
m5::stl::optional< T & >
optional
(U &&u) noexcept
m5::stl::optional< T & >
inline
optional
(const optional< U > &rhs) noexcept (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
explicit
or_else
(F &&f) &
m5::stl::optional< T & >
inline
or_else
(F &&f) & (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
or_else
(F &&f) && (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
or_else
(F &&f) && (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
or_else
(F &&f) const & (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
or_else
(F &&f) const & (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
or_else
(F &&f) const && (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
or_else
(F &&f) const && (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
reset
() noexcept
m5::stl::optional< T & >
inline
swap
(optional &rhs) noexcept (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
take
()
m5::stl::optional< T & >
inline
transform
(F &&f) &
m5::stl::optional< T & >
inline
transform
(F &&f) &&
m5::stl::optional< T & >
inline
transform
(F &&f) const & (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
transform
(F &&f) const && (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
value
()
m5::stl::optional< T & >
inline
value
() const (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
inline
value_or
(U &&u) const &noexcept
m5::stl::optional< T & >
inline
value_or
(U &&u) &&noexcept
m5::stl::optional< T & >
inline
value_type
typedef (defined in
m5::stl::optional< T & >
)
m5::stl::optional< T & >
~optional
()=default
m5::stl::optional< T & >
Generated by
1.11.0