context operator 中文意思是什麼

context operator 解釋
內容運算符
  • context : n. 1. 上下文;文章的前後關系[脈絡]。2. (事情等的)關節,范圍,場合,處境,條件;來龍去脈。
  • operator : n 1 操作者,機務員;司機,駕駛員;【軍事】電話兵;【電話】接線員,話務員(=telephone operator)...
  1. Binary ` `, ' ' is the comma operator. in scalar context it evaluates its left argument, throws that value away, then evaluates its right argument and returns that value

    二元' , '為逗號操作符。在標量上下文中,它運行左邊的參數,然後舍棄結果,運行右邊的參數然後返回值。
  2. In native c, you can use the context operator

    在本機c + +中,可以使用上下文運算符。
  3. If you need to do this, you can use the context operator syntax

    如果需要限定上下文,您可以使用context運算符語法。
  4. The context operator is an additional operator provided by the native debugger

    上下文運算符是由本機調試器提供的附加運算符。
  5. With the context operator, you specify the starting point of the search and bypass the current location

    使用上下文運算符,可以指定搜索的起始點並跳過當前位置。
  6. You cannot use the context operator or most format specifiers in code or with script or managed code expressions

    不能將上下文運算符或大多數格式說明符用在代碼中,或用於腳本或託管代碼表達式。
  7. When debugging native code, you can use the context operator to qualify a breakpoint location, variable name, or expression

    調試本機代碼時,可使用上下文運算符限定斷點位置、變量名稱或表達式:
  8. The context operator is useful for purposes such as specifying a name from an outer scope that is otherwise hidden by a local name

    上下文運算符對于某些目的很有用,如指定來自外部范圍的、但被本地名稱隱藏的名稱。
分享友人