TensorStore
tensorstore::Batch::View::View[no_batch]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • CBatch
            • Types
              • Cno_batch_t
              • CView
                • Constructors
                  • FView [no_batch]
                  • FView [batch]
                • Conversion operators
                • Methods
            • Data members
            • Methods
            • Conversion operators
            • Related Constants
          • CTransaction
          • CContext
          • CSchema
          • CSpec
          • CTensorStore
        • Indexing
        • Data types
        • Array
        • Key-value storage
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/batch.h"
    constexpr tensorstore::Batch::View::View();
    constexpr tensorstore::Batch::View::View(no_batch_t);

    Constructs a view that refers to no_batch.

    Back to top
    Previous tensorstore::Batch::View
    Next tensorstore::Batch::View::View[batch]