RVALUE in English translation

rvalue
một giá trị
giá trị

Examples of using Rvalue in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Nhưng nếu bạn nói a= x+ y, các di chuyển constructor sẽ khởi tạo that( bởi vì biểu thức x+ y là một rvalue), do đó, không có bản sao sâu tham gia, chỉ có một động thái hiệu quả.
But if you say a= x+ y, the move constructor will initialize that(because the expression x+ y is an rvalue), so there is no deep copy involved, only an efficient move.
Nếu C++ có hỗ trợ ngôn ngữ để phân biệt các đối số lvalue từ các đối số rvalue, chúng ta có thể hoàn toàn cấm chuyển từ các giá trị,
If C++ had language support to distinguish lvalue arguments from rvalue arguments, we could either completely forbid moving from lvalues, or at least make moving from lvalues explicit at call site,
Trước khi chúng tôi có thuật ngữ này, các quy tắc thực sự cần phân biệt giữa glvalue/ prvalue được gọi là lvalue/ rvalue và chúng vô tình sai hoặc chứa nhiều giải thích và ngoại lệ đối với quy tắc a la"… trừ khi rvalue là do chưa được đặt tên tham khảo rvalue…".
Before we had this terminology the rules that actually need to distinguish between glvalue/prvalue referred to lvalue/rvalue and they were either unintentionally wrong or contained lots of explaining and exceptions to the rule a la"… unless the rvalue is due to unnamed rvalue reference…".
là một ví dụ về rvalue.
is an example of an rvalue.
Nhưng nếu bạn nói a= x+ y, các di chuyển constructor sẽ khởi tạo that( bởi vì biểu thức x+ y là một rvalue), do đó, không có bản sao sâu tham gia,
But if you say a= x+ y, the move constructor will initialize that(because the expression x+ y is an rvalue), so there is no deep copy involved, only an efficient move.
Mỗi value là lvalue hoặc là rvalue.
Every expression is either an lavalue or rvalue.
Biểu thức lvalue và rvalue trong C.
Lvalue and Rvalue Expressions in C.
Biểu thức lvalue và rvalue trong C.
Lvalue and rvalue in C language.
Do đó, đối tượng ẩn danh và rvalue là từ đồng nghĩa.
Because of that, anonymous object and rvalue are synonyms.
Một số quy tắc tạo ra sự khác biệt giữa giá trị và rvalue.
Some rules make a distinction between lvalue and rvalue.
Một số quy tắc làm nên sự khác biệt giữa lvalue và rvalue.
Some rules make a distinction between lvalue and rvalue.
Rvalue- Giá trị rvalue đề cập đến một giá trị dữ liệu được lưu trữ tại một số địa chỉ trong bộ nhớ.
Rvalue- The term rvalue refers to a data value that is stored at some address in memory.
Nó là tốt hơn để biết rvalues có thể được chuyển đến tham chiếu rvalue không const.
It is better to know rvalues can be passed to non-const rvalue references.
Tinh thần thay thế tất cả các lần xuất hiện của" rvalue" trong các đoạn trước với" prvalue".
Mentally replace all occurrences of"rvalue" in the preceding paragraphs with"prvalue".
Biểu thức prvalue(" rvalue thuần túy") là một biểu thức
A prvalue("pure rvalue") expression is an expression that does not have identity
được gọi là rvalue).
called rvalue).
được gọi là rvalue).
called rvalue).
Lvalue không phải là rvaluervalue không phải là lvalue.
An lvalue is not an rvalue and an rvalue is not an lvalue.
Chúng tôi vẫn có các thuật ngữ lvalue và rvalue tương thích với C++ 98.
We still have the terms lvalue and rvalue that are compatible with C++98.
Trừ khi rvalue là do chưa được đặt tên tham khảo rvalue…".
Unless the rvalue is due to unnamed rvalue reference…".
Results: 126, Time: 0.0175

Top dictionary queries

Vietnamese - English