Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::tagged< Base, Tags > Member List

This is the complete list of members for ranges::v3::tagged< Base, Tags >, including all inherited members.

operator=(tagged &&)=default (defined in ranges::v3::tagged< Base, Tags >)ranges::v3::tagged< Base, Tags >
operator=(tagged const &)=default (defined in ranges::v3::tagged< Base, Tags >)ranges::v3::tagged< Base, Tags >
operator=(tagged< Other, Tags... > &&that) noexcept(noexcept(std::declval< Base & >()=static_cast< Other && >(that))) (defined in ranges::v3::tagged< Base, Tags >)ranges::v3::tagged< Base, Tags >
operator=(tagged< Other, Tags... > const &that) (defined in ranges::v3::tagged< Base, Tags >)ranges::v3::tagged< Base, Tags >
operator=(U &&u) noexcept(noexcept(std::declval< Base & >()=std::forward< U >(u))) (defined in ranges::v3::tagged< Base, Tags >)ranges::v3::tagged< Base, Tags >
swap(tagged &that) noexcept(is_nothrow_swappable< Base & >::value) (defined in ranges::v3::tagged< Base, Tags >)ranges::v3::tagged< Base, Tags >
swap (defined in ranges::v3::tagged< Base, Tags >)ranges::v3::tagged< Base, Tags >friend
tagged()=default (defined in ranges::v3::tagged< Base, Tags >)ranges::v3::tagged< Base, Tags >
tagged(tagged &&)=default (defined in ranges::v3::tagged< Base, Tags >)ranges::v3::tagged< Base, Tags >
tagged(tagged const &)=default (defined in ranges::v3::tagged< Base, Tags >)ranges::v3::tagged< Base, Tags >
tagged(tagged< Other, Tags... > &&that) noexcept(noexcept(Base(static_cast< Other && >(that)))) (defined in ranges::v3::tagged< Base, Tags >)ranges::v3::tagged< Base, Tags >
tagged(tagged< Other, Tags... > const &that) (defined in ranges::v3::tagged< Base, Tags >)ranges::v3::tagged< Base, Tags >