TensorStore
tensorstore::Int2Padded::operator>>=
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
          • CBFloat16
          • TFloat8e3m4
          • CInt2Padded
            • Constructors
            • Conversion operators
            • Assignment operators
            • Arithmetic operators
            • Bitwise operators
              • Foperator&
              • Foperator&=
              • Foperator|
              • Foperator|=
              • Foperator^
              • Foperator^=
              • Foperator<<
              • Foperator<<=
              • Foperator>>
              • Foperator>>=
              • Foperator~
            • Basic operations
            • Power functions
          • CInt4Padded
          • Tbool_t
          • Tchar_t
          • Tbyte_t
          • Tint2_t
          • Tint4_t
          • Tint8_t
          • Tuint8_t
          • Tint16_t
          • Tuint16_t
          • Tint32_t
          • Tuint32_t
          • Tint64_t
          • Tuint64_t
          • Tfloat8_e3m4_t
          • Tfloat8_e4m3fn_t
          • Tfloat8_e4m3fnuz_t
          • Tfloat8_e4m3b11fnuz_t
          • Tfloat8_e5m2_t
          • Tfloat8_e5m2fnuz_t
          • Tbfloat16_t
          • Tfloat16_t
          • Tfloat32_t
          • Tfloat64_t
          • Tcomplex64_t
          • Tcomplex128_t
          • Tstring_t
          • Tustring_t
          • Tjson_t
          • CDataType
        • 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/util/int2.h"
    friend Int2Padded&
    tensorstore::Int2Padded::operator>>=(Int2Padded& a, Int2Padded b);

    Bitwise right shift assignment operator.

    Back to top
    Previous tensorstore::Int2Padded::operator>>[binary]
    Next tensorstore::Int2Padded::operator~[negate]