jubilant-funicular
utils::StrongWrapper< T, TAG > Member List

This is the complete list of members for utils::StrongWrapper< T, TAG >, including all inherited members.

inner typedef (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >
m_data (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >private
operator T() const (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inlineexplicit
operator!=(const U &rhs) const -> decltype(std::enable_if_t< check::EqualsExists< T, U >::value, bool > (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
operator!=(const Wrapper &rhs) const (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
operator%(const U &rhs) const (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
operator%=(const U &rhs) (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
operator&(const U &rhs) const (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
operator&=(const U &rhs) (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
operator*(const U &rhs) const (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
operator*=(const U &rhs) (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
operator+(const U &rhs) const (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
operator+=(const U &rhs) (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
operator-(const U &rhs) const (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
operator-=(const U &rhs) (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
operator/(const U &rhs) const (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
operator/=(const U &rhs) (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
operator<(const U &rhs) const (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
operator<<(const U &rhs) const (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
operator<<=(const U &rhs) (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
operator<=(const U &rhs) const (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
operator==(const U &rhs) const -> decltype(std::enable_if_t< check::EqualsExists< T, U >::value, bool > (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
operator==(const Wrapper &rhs) const (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
operator>(const U &rhs) const (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
operator>=(const U &rhs) const (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
operator>>(const U &rhs) const (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
operator>>=(const U &rhs) (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
operator|(const U &rhs) const (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
operator|=(const U &rhs) (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
StrongWrapper(T data) (defined in utils::StrongWrapper< T, TAG >)utils::StrongWrapper< T, TAG >inlineexplicit
to_inner() const (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
to_inner() (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline
Wrapper(T data=T()) (defined in utils::Wrapper< T, TAG >)utils::Wrapper< T, TAG >inline