#ifndef SPROUT_CONTAINER_INTERNAL_END_OFFSET_BACKWARD_HPP #define SPROUT_CONTAINER_INTERNAL_END_OFFSET_BACKWARD_HPP #include #include #include #include #include HDR_ITERATOR_SSCRISK_CEL_OR_SPROUT namespace sprout { // // internal_end_offset_backward // template inline SPROUT_CONSTEXPR typename sprout::container_traits::difference_type internal_end_offset_backward(Container const& cont) { return NS_SSCRISK_CEL_OR_SPROUT::distance(sprout::end(cont), sprout::internal_end(cont)); } } // namespace sprout #endif // #ifndef SPROUT_CONTAINER_INTERNAL_END_OFFSET_BACKWARD_HPP