Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::detail::cartesian_size_fn Member List

This is the complete list of members for ranges::v3::detail::cartesian_size_fn, including all inherited members.

operator()(std::size_t s, Rng &&rng) noexcept(noexcept(decltype(s *static_cast< std::size_t >(ranges::size(rng)))(s *static_cast< std::size_t >(ranges::size(rng))))) -> decltype(s *static_cast< std::size_t >(ranges::size(rng))) (defined in ranges::v3::detail::cartesian_size_fn)ranges::v3::detail::cartesian_size_fn