TensorStore
tensorstore::SmallBitSet<N>::FromBoolRange
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
        • Key-value storage
        • Downsampling
        • Utilities
          • Cspan
          • CUtf8String
          • CSmallBitSet
            • Types
            • Constructors
            • Methods
              • FFromIndexRange
              • FFromBoolRange
              • Foperator=
              • Fsize
              • Fnone
              • Fany
              • Fall
              • Ftest
              • Fset
              • Foperator[]
              • Fto_uint
            • Conversion operators
            • Set operations
            • Friend functions
            • Related Types
          • CMaybeHardConstraintSpan
          • CMaybeHardConstraintIndex
          • VIsCompatibleOptionSequence
          • Error handling
          • Asynchronous support
          • JSON serialization
          • Compile-time data type/rank/mode constraints
          • String Utilities
          • Index vectors
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/util/small_bit_set.h"
    template <typename Range>
    static constexpr SmallBitSet
    tensorstore::SmallBitSet<N>::FromBoolRange(Range&& range);
    template <typename Iterator>
    static constexpr SmallBitSet
    tensorstore::SmallBitSet<N>::FromBoolRange(Iterator begin,
                                               
    Iterator end);

    Constructs the set containing bools provided by the range.

    Back to top
    Previous tensorstore::SmallBitSet<N>::FromIndexRange
    Next tensorstore::SmallBitSet<N>::operator=