| 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 |