view.h 454 B

123456789101112131415161718192021
  1. //
  2. // view.h
  3. // stream
  4. //
  5. // Created by Sam Jaffe on 4/2/23.
  6. //
  7. #pragma once
  8. #include <stream/view/all.h>
  9. #include <stream/view/any.h>
  10. #include <stream/view/common.h>
  11. #include <stream/view/empty.h>
  12. #include <stream/view/filter.h>
  13. #include <stream/view/iota.h>
  14. #include <stream/view/join.h>
  15. #include <stream/view/map.h>
  16. #include <stream/view/ref.h>
  17. #include <stream/view/single.h>
  18. #include <stream/view/subrange.h>
  19. #include <stream/view/transform.h>