userver: Member List
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
utils::FastPimpl< T, Size, Alignment, Strict > Member List

This is the complete list of members for utils::FastPimpl< T, Size, Alignment, Strict >, including all inherited members.

FastPimpl(FastPimpl &&v) noexcept(noexcept(T(std::declval< T >()))) (defined in utils::FastPimpl< T, Size, Alignment, Strict >)utils::FastPimpl< T, Size, Alignment, Strict >inline
FastPimpl(const FastPimpl &v) noexcept(noexcept(T(std::declval< const T & >()))) (defined in utils::FastPimpl< T, Size, Alignment, Strict >)utils::FastPimpl< T, Size, Alignment, Strict >inline
FastPimpl(Args &&... args) noexcept(noexcept(T(std::declval< Args >()...))) (defined in utils::FastPimpl< T, Size, Alignment, Strict >)utils::FastPimpl< T, Size, Alignment, Strict >inlineexplicit
operator*() noexcept (defined in utils::FastPimpl< T, Size, Alignment, Strict >)utils::FastPimpl< T, Size, Alignment, Strict >inline
operator*() const noexcept (defined in utils::FastPimpl< T, Size, Alignment, Strict >)utils::FastPimpl< T, Size, Alignment, Strict >inline
operator->() noexcept (defined in utils::FastPimpl< T, Size, Alignment, Strict >)utils::FastPimpl< T, Size, Alignment, Strict >inline
operator->() const noexcept (defined in utils::FastPimpl< T, Size, Alignment, Strict >)utils::FastPimpl< T, Size, Alignment, Strict >inline
operator=(const FastPimpl &rhs) noexcept(noexcept(std::declval< T & >()=std::declval< const T & >())) (defined in utils::FastPimpl< T, Size, Alignment, Strict >)utils::FastPimpl< T, Size, Alignment, Strict >inline
operator=(FastPimpl &&rhs) noexcept(//NOLINTNEXTLINE(performance-noexcept-move-constructor) noexcept(std::declval< T & >()=std::declval< T >())) (defined in utils::FastPimpl< T, Size, Alignment, Strict >)utils::FastPimpl< T, Size, Alignment, Strict >inline
~FastPimpl() noexcept (defined in utils::FastPimpl< T, Size, Alignment, Strict >)utils::FastPimpl< T, Size, Alignment, Strict >inline