What is the translation of " LVALUE " in English? S

Noun
lvalue
một giá trị

Examples of using Lvalue in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Đầu tiên, chúng tôi cần quyết định trên lvalue.
First, we needed to decide on lvalue.
Mỗi biểu thức làmột trong ba biểu thức sau: lvalue, xvalue, prvalue.
Every expression is one of these three: lvalue, xvalue, prvalue.
Tài liệu tham khảocũ tốt X& bây giờ được gọi là tham chiếu lvalue.
The good oldreference X& is now known as an lvalue reference.
Lvalue không phải là rvalue và rvalue không phải là lvalue.
An lvalue is not an rvalue and an rvalue is not an lvalue.
Trong C++ 03, một biểu thức là rvalue hoặc lvalue.
In C++03, an expression is either an rvalue or 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.
Một số quy tắclàm nên sự khác biệt giữa lvalue và rvalue.
Some rules make a distinction between lvalue and rvalue.
Lvalue: Expression mà chỉ tới vị trí bộ nhớ là" lvalue".
Lvalue: Expressions that refer to a memory location is called"lvalue".
Trong C++ 03,một biểu thức là một rvalue hoặc một lvalue.
In C++03, every expression is either an LValue or an RValue.
Các danh mục rvalue và lvalue có trong C++ 0x giống như trong C++ 03 không?
Are the rvalue and lvalue categories in C++0x the same as they are in C++03?
Nó cũng liên kết với các giá trị, trong trường hợp này T vàT&& là cả hai tham chiếu lvalue.
It also binds to lvalues,in which case T and T&& are both lvalue references.
Các biến là lvalue và vì thế chúng có thể xuất hiện ở bên trái của một phép gán.
Variables are lvalues and so they may appear on the left-hand side of an.
Đây là ý nghĩa cổ điển của lvalue vì" ngày xưa" không có gì được di chuyển;
This is the classical meaning of lvalue because"in the old days" nothing was moved;
Làm thế nào điều đó sẽ tác động đến hàm được gọi bên trong nếuchúng ta để lại t1& t2 là lvalue?
How would that effect the calledfunction inner if we leave t1& t2 as lvalue?
A là một ví dụ về lvalue, trong khi make triangle() là một ví dụ về rvalue.
A is an example of an lvalue, whereas make_triangle() is an example of an rvalue.
Làm thế nào mà sẽ ảnh hưởng đến chức năng được gọi là bên trong nếuchúng ta để lại t1& t2 như lvalue?
How would that affect the calledfunction inner if we leave t1& t2 as lvalues?
Vì vậy, chân trái của W là lvalue và glvalue và chân phải là prvalue và rvalue.
So, the left leg of the W is lvalue and glvalue and the right leg is prvalue and rvalue.
Hành vi của nó phân biệt rõ ràng giữa ba loại giá trị chính( xvalue, lvalue và prvalue).
Its behavior explicitly distinguishes between the three primary value categories(xvalue, lvalue, and prvalue).
Chỉ với cả lvalue và rvalue, ngữ nghĩa di chuyển, tham chiếu về phía trước và rvalue hoàn hảo vẫn hoạt động tốt.
Only with both of lvalue and rvalue, the move semantics, perfect forward and rvalue reference still are work well.
Mỗi biểu thức thuộc về chính xác một trong các phânloại cơ bản trong phân loại này: lvalue, xvalue, hoặc prvalue.
Every expression belongs toexactly one of the fundamental classifications in this taxonomy: lvalue, xvalue, or prvalue.
Đó là," chân" bên trái của W nên có các tên liên quan đến lvalue và" chân" bên phải của W nên có các tên liên quan đến rvalue.
That is,the left"leg" of the W should have names related to lvalue and the right"leg" of the W should have names related to rvalue.
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.
If we would like to understand the concepts of the new expression value categories wehave to be aware of that there are rvalue and lvalue references.
Tôi thích cụm từspecialized rvalue trái ngược với generalized lvalue nhưng pure rvalue viết tắt là prvalue đã thắng( và có lẽ đúng như vậy).
I liked the phrase specialized rvalue in contrast to generalized lvalue but pure rvalue abbreviated to prvalue won out(and probably rightly so).
Được dẫn dắt bởi Doug Gregor, chúng tôi đã liệt kê các địa điểmtrong từ ngữ ngôn ngữ cốt lõi trong đó Word lvalue đủ điều kiện có nghĩa là cái này hay cái kia.
Led by Doug Gregor, we listed the places in thecore language wording where the word lvalue was qualified to mean the one or the other.
An lvalue( được gọi là, trong lịch sử, vì giá trị có thể xuất hiện trên phía bên tay trái của bài tập biểu thức) chỉ định một hàm hoặc một đối tượng.
An lvalue(so called, historically, because lvalues could appear on the left-hand side of an assignment expression) designates a function or an object.
Chúng tôi giả định rằngviệc sử dụng nghiêm túc generalized lvalue bằng cách nào đó sẽ được viết tắt, vì vậy chúng tôi đã làm tốt hơn ngay lập tức( hoặc nhầm lẫn rủi ro).
We assumed that in serious use generalized lvalue would somehow be abbreviated anyway, so we had better do it immediately(or risk confusion).
Tôi nghĩ việc bắt đầu câu trả lời có thể hữu ích" Mỗi biểu thức thuộc về chính xác một trong các phânloại cơ bản trong phân loại này: lvalue, xvalue, hoặc prvalue.".
I think it might be useful to start the answer with"Every expression belongs toexactly one of the fundamental classifications in this taxonomy: lvalue, xvalue, or prvalue.".
Biểu thức E thuộc danh mục lvalue khi và chỉ khi E đề cập đến một thực thể mà ALREADY đã có một danh tính( địa chỉ, tên hoặc bí danh) để có thể truy cập bên ngoài E.
The expression E belongs to the lvalue category if and only if E refers to an entity that ALREADY has had an identity(address, name or alias) that makes it accessible outside of E.
Biểu thức E thuộc về loại lvalue nếu và chỉ khi E đề cập đến một thực thể ALREADY đã có một danh tính( địa chỉ, tên hoặc bí danh) mà làm cho nó có thể truy cập bên ngoài của E.
The expression E belongs to the lvalue category if and only if E refers to an entity that ALREADY has had an identity(address, name or alias) that makes it accessible outside of E.
Nếu C++ có hỗ trợ ngônngữ để 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ị, hoặc ít nhất là chuyển từ các giá trị rõ ràng tại trang web cuộc gọi, để chúng tôi không còn di chuyển do tai nạn nữa.
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, so that we no longer move by accident.
Results: 64, Time: 0.0177
S

Synonyms for Lvalue

một giá trị

Top dictionary queries

Vietnamese - English