|
JPL Spatial
Sound spatialization and propagation library
|
#include <JPLSpatial/Containers/ZipIterator.h>
Public Types | |
| using | iterator = zip_iter< First, Second > |
| using | const_iterator = zip_iter< const std::remove_cv_t< First >, const std::remove_cv_t< Second > > |
Public Member Functions | |
| constexpr iterator | begin () noexcept |
| constexpr iterator | end () noexcept |
| constexpr const_iterator | begin () const noexcept |
| constexpr const_iterator | end () const noexcept |
Public Attributes | |
| First * | a {} |
| Second * | b {} |
| std::size_t | n {} |
| using JPL::zip_range< First, Second >::const_iterator = zip_iter<const std::remove_cv_t<First>, const std::remove_cv_t<Second> > |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |