RVALUE in Vietnamese translation

một giá trị
one value
single value
an lvalue
an rvalue
certain value
are worth
a valid one
giá trị
value
worth
valuable
merits
valuation
validity
valid

Examples of using Rvalue in English and their translations into Vietnamese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Rvalue: An expression that is an rvalue may appear on the right- but not left-hand side of an assignment.
Rvalue: Một biểu thức mà là một rvalue có thể xuất hiện bên phải nhưng không thể ở bên trái của một phép gán trong C.
A rvalue is exactly the opposite, an object with no named references.
Một rvalue chính xác là đối diện, một đối tượng không có tham chiếu được đặt tên.
the meaning of it is that std:: forward is a conditional cast to an rvalue.
forward là một dàn diễn viên có điều kiện đối với một rvalue.
If we would like to understand the concepts of the new expression value categories we have to be aware of that there are rvalue and lvalue references.
Nếu chúng ta muốn hiểu các khái niệm về các loại giá trị biểu thức mới, chúng ta phải biết rằng có các tham chiếu rvalue và lvalue.
An rvalue(so-called, historically,
An rvalue( cái gọi
It's not an rvalue(old-style), because it can be on the left side of an equation(things are actually a bit more complicated,
Đó không phải là một giá trị( kiểu cũ), bởi vì nó có thể nằm ở bên trái của một phương trình( mọi thứ
It can be useful if I am writing a function which expects either an lvalue or rvalue in a parameter and wants to pass it to another function as an rvalue only if it was passed in as an rvalue..
Nó có thể hữu ích nếu tôi đang viết một hàm mà dự kiến hoặc là một giá trị hoặc rvalue trong một tham số và muốn chuyển nó tới hàm khác như một giá trị chỉ khi nó được truyền vào như một giá trị.
Note that this definition means that the expression E belongs to the rvalue category if and only if E refers to an entity that has not had any identity that makes it accessible outside of E YET.
Lưu ý rằng định nghĩa này có nghĩa là biểu thức E thuộc về loại giá trị khi và chỉ khi E đề cập đến một thực thể không có bất kỳ danh tính nào làm cho nó có thể truy cập được bên ngoài E YET.
That is, sometimes we want the compiler to treat an lvalue as if it were an rvalue, so it can invoke the move constructor, even though it could be potentially unsafe.
Đó là, đôi khi chúng ta muốn trình biên dịch xử lý một giá trị như thể nó là một rvalue, vì vậy nó có thể gọi hàm tạo di chuyển, mặc dù nó có thể có khả năng không an toàn.
reference that is bound to an rvalue"; it does not mean that the reference itself is an rvalue!
một tham chiếu ràng buộc với một giá trị";">nó có không phải có nghĩa là tham chiếu chính nó là một giá trị!
Note that this definition means that the expression E belongs to the rvalue category if and only if E refers to an entity that has not had any identity that makes it accessible outside of E YET.
Lưu ý rằng định nghĩa này có nghĩa là biểu thức E thuộc về danh mục rvalue nếu và chỉ khi E đề cập đến một thực thể không có bất kỳ nhận dạng nào khiến cho nó có thể truy cập được bên ngoài E YET.
Those places are defined by the rvalue category; prvalues are the implicit moves, and xvalues are the explicit moves( std::move returns an xvalue).
Những nơi được xác định bởi thể loại giá trị; giá trị là các bước di chuyển ngầm và xvalues là các bước di chuyển rõ ràng( std:: move trả về một giá trị x).
But if my ctor is getting an rvalue, which can never be used later, why do I
Nhưng nếu ctor của tôi là nhận được một rvalue, mà không bao giờ có thể được sử dụng sau này,
I observed that the standard library wording uses rvalue to mean m(the generalization), so that to preserve the expectation and text of the standard library the right-hand bottom point of the W should be named rvalue.
Tôi quan sát thấy rằng sử dụng từ ngữ thư viện chuẩn rvalue có nghĩa là m( các tổng quát), để duy trì kỳ vọng và văn bản của thư viện chuẩn ở phía dưới bên phải của W nên được đặt tên rvalue.
An rvalue(so-called, historically,
Một rvalue( được gọi
An rvalue(so called,
Một rvalue( được gọi
An rvalue is an expression that cannot have a value assigned to it which means an rvalue may appear on the right-hand side but not on the left-hand side of an assignment.
Một rvaluemột biểu hiện mà không thể có một giá trị được gán cho nó có nghĩa là một rvalue có thể xuất hiện ở phía bên phải nhưng không phải ở phía bên trái.
it is not an rvalue in the traditional sense,
nó không phải là một rvalue theo nghĩa truyền thống,
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,
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ị,
An rvalue(so called,
Một giá trị( được gọi
Results: 83, Time: 0.0502

Top dictionary queries

English - Vietnamese