This is the complete list of members for utils::Box< T >, including all inherited members.
Box() | utils::Box< T > | inline |
Box(U &&arg) | utils::Box< T > | inline |
Box(Args &&... args) | utils::Box< T > | inlineexplicit |
Box(Box &&other) noexcept=default (defined in utils::Box< T >) | utils::Box< T > | |
Box(const Box &other) (defined in utils::Box< T >) | utils::Box< T > | inline |
MakeWithFactory(Factory &&factory) | utils::Box< T > | inlinestatic |
operator bool() const =delete (defined in utils::Box< T >) | utils::Box< T > | |
operator!=(const Box &other) const (defined in utils::Box< T >) | utils::Box< T > | inline |
operator*() noexcept (defined in utils::Box< T >) | utils::Box< T > | inline |
operator*() const noexcept (defined in utils::Box< T >) | utils::Box< T > | inline |
operator->() noexcept (defined in utils::Box< T >) | utils::Box< T > | inline |
operator->() const noexcept (defined in utils::Box< T >) | utils::Box< T > | inline |
operator<(const Box &other) const (defined in utils::Box< T >) | utils::Box< T > | inline |
operator<=(const Box &other) const (defined in utils::Box< T >) | utils::Box< T > | inline |
operator=(Box &&other) noexcept=default (defined in utils::Box< T >) | utils::Box< T > | |
operator=(const Box &other) (defined in utils::Box< T >) | utils::Box< T > | inline |
operator=(U &&other) | utils::Box< T > | inline |
operator==(const Box &other) const (defined in utils::Box< T >) | utils::Box< T > | inline |
operator>(const Box &other) const (defined in utils::Box< T >) | utils::Box< T > | inline |
operator>=(const Box &other) const (defined in utils::Box< T >) | utils::Box< T > | inline |