René's URL Explorer Experiment


Title: Value categories - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: www.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttps://www.cppreference.com/
Create accounthttps://www.cppreference.com/index.php?title=Special:CreateAccount&returnto=cpp%2Flanguage%2Fvalue+category
Log inhttps://www.cppreference.com/index.php?title=Special:UserLogin&returnto=cpp%2Flanguage%2Fvalue+category
Pagehttps://www.cppreference.com/cpp/language/value_category
Discussionhttps://www.cppreference.com/Talk:cpp/language/value_category
https://www.cppreference.com/cpp/language/value_category
Readhttps://www.cppreference.com/cpp/language/value_category
View sourcehttps://www.cppreference.com/index.php?title=cpp/language/value_category&action=edit
View historyhttps://www.cppreference.com/index.php?title=cpp/language/value_category&action=history
https://www.cppreference.com/cpp/language/value_category
cpphttps://www.cppreference.com/cpp
languagehttps://www.cppreference.com/cpp/language
C++https://www.cppreference.com/cpp
Compiler supporthttps://www.cppreference.com/cpp/compiler_support
Freestanding and hostedhttps://www.cppreference.com/cpp/freestanding
Languagehttps://www.cppreference.com/cpp/language
Standard libraryhttps://www.cppreference.com/cpp/standard_library
Standard library headershttps://www.cppreference.com/cpp/header
Named requirementshttps://www.cppreference.com/cpp/named_req
Feature test macroshttps://www.cppreference.com/cpp/feature_test
Language support libraryhttps://www.cppreference.com/cpp/utility#Language_support
Concepts libraryhttps://www.cppreference.com/cpp/concepts
Diagnostics libraryhttps://www.cppreference.com/cpp/error
Memory management libraryhttps://www.cppreference.com/cpp/memory
Metaprogramming libraryhttps://www.cppreference.com/cpp/meta
General utilities libraryhttps://www.cppreference.com/cpp/utility
Containers libraryhttps://www.cppreference.com/cpp/container
Iterators libraryhttps://www.cppreference.com/cpp/iterator
Ranges libraryhttps://www.cppreference.com/cpp/ranges
Algorithms libraryhttps://www.cppreference.com/cpp/algorithm
Strings libraryhttps://www.cppreference.com/cpp/string
Text processing libraryhttps://www.cppreference.com/cpp/text
Numerics libraryhttps://www.cppreference.com/cpp/numeric
Date and time libraryhttps://www.cppreference.com/cpp/chrono
Input/output libraryhttps://www.cppreference.com/cpp/io
Filesystem libraryhttps://www.cppreference.com/cpp/filesystem
Concurrency support libraryhttps://www.cppreference.com/cpp/thread
Execution control libraryhttps://www.cppreference.com/cpp/execution
Technical specificationshttps://www.cppreference.com/cpp/experimental
Symbols indexhttps://www.cppreference.com/cpp/symbol_index
External librarieshttps://www.cppreference.com/cpp/links/libs
[edit]https://cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
C++ languagehttps://www.cppreference.com/cpp/language
Preprocessorhttps://www.cppreference.com/cpp/preprocessor
Commentshttps://www.cppreference.com/cpp/comment
Keywordshttps://www.cppreference.com/cpp/keyword
Escape sequenceshttps://www.cppreference.com/cpp/language/escape
Flow controlhttps://www.cppreference.com/cpp/language/statements
ifhttps://www.cppreference.com/cpp/language/if
switchhttps://www.cppreference.com/cpp/language/switch
forhttps://www.cppreference.com/cpp/language/for
range-forhttps://www.cppreference.com/cpp/language/range-for
whilehttps://www.cppreference.com/cpp/language/while
do-whilehttps://www.cppreference.com/cpp/language/do
continuehttps://www.cppreference.com/cpp/language/continue
breakhttps://www.cppreference.com/cpp/language/break
gotohttps://www.cppreference.com/cpp/language/goto
returnhttps://www.cppreference.com/cpp/language/return
Functionshttps://www.cppreference.com/cpp/language/functions
Function declarationhttps://www.cppreference.com/cpp/language/function
Lambda function expressionhttps://www.cppreference.com/cpp/language/lambda
inline specifierhttps://www.cppreference.com/cpp/language/inline
Dynamic exception specificationshttps://www.cppreference.com/cpp/language/except_spec
noexcept specifierhttps://www.cppreference.com/cpp/language/noexcept_spec
throw-expressionhttps://www.cppreference.com/cpp/language/throw
try blockhttps://www.cppreference.com/cpp/language/try
catch handlerhttps://www.cppreference.com/cpp/language/catch
Namespace declarationhttps://www.cppreference.com/cpp/language/namespace
Namespace aliaseshttps://www.cppreference.com/cpp/language/namespace_alias
Fundamental typeshttps://www.cppreference.com/cpp/language/types
Enumeration typeshttps://www.cppreference.com/cpp/language/enum
Function typeshttps://www.cppreference.com/cpp/language/function
Class/struct typeshttps://www.cppreference.com/cpp/language/class
Union typeshttps://www.cppreference.com/cpp/language/union
const/volatilehttps://www.cppreference.com/cpp/language/cv
decltypehttps://www.cppreference.com/cpp/language/decltype
autohttps://www.cppreference.com/cpp/language/auto
constexprhttps://www.cppreference.com/cpp/language/constexpr
constevalhttps://www.cppreference.com/cpp/language/consteval
constinithttps://www.cppreference.com/cpp/language/constinit
Storage duration specifiershttps://www.cppreference.com/cpp/language/storage_duration
Initializationhttps://www.cppreference.com/cpp/language/initialization
Default-initializationhttps://www.cppreference.com/cpp/language/default_initialization
Value-initializationhttps://www.cppreference.com/cpp/language/value_initialization
Zero-initializationhttps://www.cppreference.com/cpp/language/zero_initialization
Copy-initializationhttps://www.cppreference.com/cpp/language/copy_initialization
Direct-initializationhttps://www.cppreference.com/cpp/language/direct_initialization
Aggregate initializationhttps://www.cppreference.com/cpp/language/aggregate_initialization
List-initializationhttps://www.cppreference.com/cpp/language/list_initialization
Constant initializationhttps://www.cppreference.com/cpp/language/constant_initialization
Reference initializationhttps://www.cppreference.com/cpp/language/reference_initialization
Expressionshttps://www.cppreference.com/cpp/language/expressions
Order of evaluationhttps://www.cppreference.com/cpp/language/eval_order
Operatorshttps://www.cppreference.com/cpp/language/operators
Operator precedencehttps://www.cppreference.com/cpp/language/operator_precedence
Alternative representationshttps://www.cppreference.com/cpp/language/operator_alternative
Literalshttps://www.cppreference.com/cpp/language/expressions#Literals
Booleanhttps://www.cppreference.com/cpp/language/bool_literal
Integerhttps://www.cppreference.com/cpp/language/integer_literal
Floating-pointhttps://www.cppreference.com/cpp/language/floating_literal
Characterhttps://www.cppreference.com/cpp/language/character_literal
Stringhttps://www.cppreference.com/cpp/language/string_literal
nullptrhttps://www.cppreference.com/cpp/language/nullptr
User-definedhttps://www.cppreference.com/cpp/language/user_literal
Attributeshttps://www.cppreference.com/cpp/language/attributes
typedef declarationhttps://www.cppreference.com/cpp/language/typedef
Type alias declarationhttps://www.cppreference.com/cpp/language/type_alias
Implicit conversionshttps://www.cppreference.com/cpp/language/implicit_conversion
static_casthttps://www.cppreference.com/cpp/language/static_cast
const_casthttps://www.cppreference.com/cpp/language/const_cast
Explicit conversionshttps://www.cppreference.com/cpp/language/explicit_cast
dynamic_casthttps://www.cppreference.com/cpp/language/dynamic_cast
reinterpret_casthttps://www.cppreference.com/cpp/language/reinterpret_cast
new expressionhttps://www.cppreference.com/cpp/language/new
delete expressionhttps://www.cppreference.com/cpp/language/delete
Classeshttps://www.cppreference.com/cpp/language/classes
Class declarationhttps://www.cppreference.com/cpp/language/class
Constructorshttps://www.cppreference.com/cpp/language/constructor
this pointerhttps://www.cppreference.com/cpp/language/this
Access specifiershttps://www.cppreference.com/cpp/language/access
friend specifierhttps://www.cppreference.com/cpp/language/friend
Virtual functionhttps://www.cppreference.com/cpp/language/virtual
override specifierhttps://www.cppreference.com/cpp/language/override
final specifierhttps://www.cppreference.com/cpp/language/final
explicithttps://www.cppreference.com/cpp/language/explicit
statichttps://www.cppreference.com/cpp/language/static
Default constructorhttps://www.cppreference.com/cpp/language/default_constructor
Copy constructorhttps://www.cppreference.com/cpp/language/copy_constructor
Move constructorhttps://www.cppreference.com/cpp/language/move_constructor
Copy assignmenthttps://www.cppreference.com/cpp/language/as_operator
Move assignmenthttps://www.cppreference.com/cpp/language/move_operator
Destructorhttps://www.cppreference.com/cpp/language/destructor
Templateshttps://www.cppreference.com/cpp/language/templates
Class templatehttps://www.cppreference.com/cpp/language/class_template
Function templatehttps://www.cppreference.com/cpp/language/function_template
Template specializationhttps://www.cppreference.com/cpp/language/template_specialization
Parameter packshttps://www.cppreference.com/cpp/language/pack
Inline assemblyhttps://www.cppreference.com/cpp/language/asm
History of C++https://www.cppreference.com/cpp/language/history
[edit]https://cppreference.com/index.php?title=Template:cpp/language/navbar_content&action=edit
Expressionshttps://www.cppreference.com/cpp/language/expressions
Order of evaluationhttps://www.cppreference.com/cpp/language/eval_order
Constant expressionshttps://www.cppreference.com/cpp/language/constant_expression
Primary expressionshttps://www.cppreference.com/cpp/language/expressions#Primary_expressions
Lambda expressionshttps://www.cppreference.com/cpp/language/lambda
Requires expressionshttps://www.cppreference.com/cpp/language/requires
Pack indexing expressionhttps://www.cppreference.com/cpp/language/pack_indexing#Pack_indexing_expression
Potentially-evaluated expressionshttps://www.cppreference.com/cpp/language/expressions#Potentially-evaluated_expressions
Integer literalshttps://www.cppreference.com/cpp/language/integer_literal
Floating-point literalshttps://www.cppreference.com/cpp/language/floating_literal
Boolean literalshttps://www.cppreference.com/cpp/language/bool_literal
Character literalshttps://www.cppreference.com/cpp/language/character_literal
Escape sequenceshttps://www.cppreference.com/cpp/language/escape
String literalshttps://www.cppreference.com/cpp/language/string_literal
Null pointer literalhttps://www.cppreference.com/cpp/language/nullptr
User-defined literalhttps://www.cppreference.com/cpp/language/user_literal
Assignment operatorshttps://www.cppreference.com/cpp/language/operator_assignment
Increment and decrementhttps://www.cppreference.com/cpp/language/operator_incdec
Arithmetic operatorshttps://www.cppreference.com/cpp/language/operator_arithmetic
Logical operatorshttps://www.cppreference.com/cpp/language/operator_logical
Comparison operatorshttps://www.cppreference.com/cpp/language/operator_comparison
Member access operatorshttps://www.cppreference.com/cpp/language/operator_member_access
Reflection operatorhttps://www.cppreference.com/cpp/language/operator_reflection
Other operatorshttps://www.cppreference.com/cpp/language/operator_other
new-expressionhttps://www.cppreference.com/cpp/language/new
delete-expressionhttps://www.cppreference.com/cpp/language/delete
throw-expressionhttps://www.cppreference.com/cpp/language/throw
alignofhttps://www.cppreference.com/cpp/language/alignof
sizeofhttps://www.cppreference.com/cpp/language/sizeof
sizeof...https://www.cppreference.com/cpp/language/sizeof...
typeidhttps://www.cppreference.com/cpp/language/typeid
noexcepthttps://www.cppreference.com/cpp/language/noexcept
Fold expressionshttps://www.cppreference.com/cpp/language/fold
Alternative representations of operatorshttps://www.cppreference.com/cpp/language/operator_alternative
Precedence and associativityhttps://www.cppreference.com/cpp/language/operator_precedence
Operator overloadinghttps://www.cppreference.com/cpp/language/operators
Default comparisonshttps://www.cppreference.com/cpp/language/default_comparisons
Implicit conversionshttps://www.cppreference.com/cpp/language/implicit_conversion
Explicit conversionshttps://www.cppreference.com/cpp/language/explicit_cast
Usual arithmetic conversionshttps://www.cppreference.com/cpp/language/usual_arithmetic_conversions
User-defined conversionhttps://www.cppreference.com/cpp/language/cast_operator
const_casthttps://www.cppreference.com/cpp/language/const_cast
static_casthttps://www.cppreference.com/cpp/language/static_cast
dynamic_casthttps://www.cppreference.com/cpp/language/dynamic_cast
reinterpret_casthttps://www.cppreference.com/cpp/language/reinterpret_cast
[edit]https://cppreference.com/index.php?title=Template:cpp/language/expressions/navbar_content&action=edit
expressionhttps://www.cppreference.com/cpp/language/expressions
typehttps://www.cppreference.com/cpp/language/type
prvaluehttps://www.cppreference.com/cpp/language/value_category#prvalue
xvaluehttps://www.cppreference.com/cpp/language/value_category#xvalue
lvaluehttps://www.cppreference.com/cpp/language/value_category#lvalue
glvaluehttps://www.cppreference.com/cpp/language/value_category#glvalue
prvaluehttps://www.cppreference.com/cpp/language/value_category#prvalue
new-expressionhttps://www.cppreference.com/cpp/language/new
temporary materializationhttps://www.cppreference.com/cpp/language/implicit_conversion#Temporary_materialization
discardedhttps://www.cppreference.com/cpp/language/expressions#Discarded-value_expressions
decltypehttps://www.cppreference.com/cpp/language/decltype
xvaluehttps://www.cppreference.com/cpp/language/value_category#xvalue
lvaluehttps://www.cppreference.com/cpp/language/value_category#lvalue
rvaluehttps://www.cppreference.com/cpp/language/value_category#rvalue
Historyhttps://www.cppreference.com/cpp/language/value_category#History
1 Primary categorieshttps://www.cppreference.com/cpp/language/value_category#Primary_categories
1.1 lvaluehttps://www.cppreference.com/cpp/language/value_category#lvalue
1.2 prvaluehttps://www.cppreference.com/cpp/language/value_category#prvalue
1.3 xvaluehttps://www.cppreference.com/cpp/language/value_category#xvalue
2 Mixed categorieshttps://www.cppreference.com/cpp/language/value_category#Mixed_categories
2.1 glvaluehttps://www.cppreference.com/cpp/language/value_category#glvalue
2.2 rvaluehttps://www.cppreference.com/cpp/language/value_category#rvalue
3 Special categorieshttps://www.cppreference.com/cpp/language/value_category#Special_categories
3.1 Pending member function callhttps://www.cppreference.com/cpp/language/value_category#Pending_member_function_call
3.2 Void expressionshttps://www.cppreference.com/cpp/language/value_category#Void_expressions
3.3 Bit-fieldshttps://www.cppreference.com/cpp/language/value_category#Bit-fields
3.4 Move-eligible expressionshttps://www.cppreference.com/cpp/language/value_category#Move-eligible_expressions
4 Historyhttps://www.cppreference.com/cpp/language/value_category#History
4.1 CPLhttps://www.cppreference.com/cpp/language/value_category#CPL
4.2 Chttps://www.cppreference.com/cpp/language/value_category#C
4.3 C++98https://www.cppreference.com/cpp/language/value_category#C++98
4.4 C++11https://www.cppreference.com/cpp/language/value_category#C++11
4.5 C++17https://www.cppreference.com/cpp/language/value_category#C++17
5 Footnoteshttps://www.cppreference.com/cpp/language/value_category#Footnotes
6 Referenceshttps://www.cppreference.com/cpp/language/value_category#References
7 Defect reportshttps://www.cppreference.com/cpp/language/value_category#Defect_reports
8 See alsohttps://www.cppreference.com/cpp/language/value_category#See_also
9 External linkshttps://www.cppreference.com/cpp/language/value_category#External_links
template parameter objecthttps://www.cppreference.com/cpp/language/template_parameters#Non-type_template_parameter
Move-eligible expressionshttps://www.cppreference.com/cpp/language/value_category#Move-eligible_expressions
assignment and compound assignmenthttps://www.cppreference.com/cpp/language/operator_assignment
pre-increment and pre-decrementhttps://www.cppreference.com/cpp/language/operator_incdec#Built-in_prefix_operators
indirectionhttps://www.cppreference.com/cpp/language/operator_member_access#Built-in_indirection_operator
subscripthttps://www.cppreference.com/cpp/language/operator_member_access#Built-in_subscript_operator
member of objecthttps://www.cppreference.com/cpp/language/operator_member_access#Built-in_member_access_operators
member of pointerhttps://www.cppreference.com/cpp/language/operator_member_access#Built-in_member_access_operators
pointer to member of objecthttps://www.cppreference.com/cpp/language/operator_member_access#Built-in_pointer-to-member_access_operators
pointer to member of pointerhttps://www.cppreference.com/cpp/language/operator_member_access#Built-in_pointer-to-member_access_operators
commahttps://www.cppreference.com/cpp/language/operator_other#Built-in_comma_operator
ternary conditionalhttps://www.cppreference.com/cpp/language/operator_other#Conditional_operator
definitionhttps://www.cppreference.com/cpp/language/operator_other#Conditional_operator
string literalhttps://www.cppreference.com/cpp/language/string_literal
template parameterhttps://www.cppreference.com/cpp/language/template_parameters
glvaluehttps://www.cppreference.com/cpp/language/value_category#glvalue
[1]https://www.cppreference.com/cpp/language/value_category#cite_note-1
initialize an lvalue referencehttps://www.cppreference.com/cpp/language/reference_initialization
literalhttps://www.cppreference.com/cpp/language/expressions#Literals
string literalhttps://www.cppreference.com/cpp/language/string_literal
post-increment and post-decrementhttps://www.cppreference.com/cpp/language/operator_incdec#Built-in_postfix_operators
arithmetichttps://www.cppreference.com/cpp/language/operator_arithmetic
logicalhttps://www.cppreference.com/cpp/language/operator_logical
comparisonhttps://www.cppreference.com/cpp/language/operator_comparison
address-ofhttps://www.cppreference.com/cpp/language/operator_member_access#Built-in_address-of_operator
member of objecthttps://www.cppreference.com/cpp/language/operator_member_access#Built-in_member_access_operators
[2]https://www.cppreference.com/cpp/language/value_category#cite_note-pmfc-2
member of pointerhttps://www.cppreference.com/cpp/language/operator_member_access#Built-in_member_access_operators
[2]https://www.cppreference.com/cpp/language/value_category#cite_note-pmfc-2
pointer to member of objecthttps://www.cppreference.com/cpp/language/operator_member_access#Built-in_pointer-to-member_access_operators
[2]https://www.cppreference.com/cpp/language/value_category#cite_note-pmfc-2
pointer to member of pointerhttps://www.cppreference.com/cpp/language/operator_member_access#Built-in_pointer-to-member_access_operators
[2]https://www.cppreference.com/cpp/language/value_category#cite_note-pmfc-2
commahttps://www.cppreference.com/cpp/language/operator_other#Built-in_comma_operator
ternary conditionalhttps://www.cppreference.com/cpp/language/operator_other#Conditional_operator
definitionhttps://www.cppreference.com/cpp/language/operator_other#Conditional_operator
thishttps://www.cppreference.com/cpp/language/this
enumeratorhttps://www.cppreference.com/cpp/language/enum
template parameterhttps://www.cppreference.com/cpp/language/template_parameters
lambda expressionhttps://www.cppreference.com/cpp/language/lambda
requires-expressionhttps://www.cppreference.com/cpp/language/constraints
concepthttps://www.cppreference.com/cpp/language/constraints
rvaluehttps://www.cppreference.com/cpp/language/value_category#rvalue
polymorphichttps://www.cppreference.com/cpp/language/object#Polymorphic_objects
dynamic typehttps://www.cppreference.com/cpp/language/type#Dynamic_type
cv-qualifiedhttps://www.cppreference.com/cpp/language/cv
materializedhttps://www.cppreference.com/cpp/language/implicit_conversion#Temporary_materialization
bound to a referencehttps://www.cppreference.com/cpp/language/reference_initialization
incomplete typehttps://www.cppreference.com/cpp/language/type#Incomplete_type
decltypehttps://www.cppreference.com/cpp/language/decltype
abstract class typehttps://www.cppreference.com/cpp/language/abstract_class
member of objecthttps://www.cppreference.com/cpp/language/operator_member_access#Built-in_member_access_operators
pointer to member of objecthttps://www.cppreference.com/cpp/language/operator_member_access#Built-in_pointer-to-member_access_operators
commahttps://www.cppreference.com/cpp/language/operator_other#Built-in_comma_operator
ternary conditionalhttps://www.cppreference.com/cpp/language/operator_other#Conditional_operator
definitionhttps://www.cppreference.com/cpp/language/operator_other#Conditional_operator
subscripthttps://www.cppreference.com/cpp/language/operator_member_access#Built-in_subscript_operator
temporary materializationhttps://www.cppreference.com/cpp/language/implicit_conversion#Temporary_materialization
move-eligible expressionhttps://www.cppreference.com/cpp/language/value_category#Move-eligible_expressions
polymorphichttps://www.cppreference.com/cpp/language/object#Polymorphic_objects
cv-qualifiedhttps://www.cppreference.com/cpp/language/cv
implicit conversionhttps://www.cppreference.com/cpp/language/implicit_conversion
polymorphichttps://www.cppreference.com/cpp/language/object#Polymorphic_objects
dynamic typehttps://www.cppreference.com/cpp/language/type#Dynamic_type
incomplete typehttps://www.cppreference.com/cpp/language/type#Incomplete_type
[3]https://www.cppreference.com/cpp/language/value_category#cite_note-3
initialize a const lvalue referencehttps://www.cppreference.com/cpp/language/reference_initialization
extendedhttps://www.cppreference.com/cpp/language/reference_initialization#Lifetime_of_a_temporary
initialize an rvalue referencehttps://www.cppreference.com/cpp/language/reference_initialization
extendedhttps://www.cppreference.com/cpp/language/reference_initialization#Lifetime_of_a_temporary
two overloadshttps://www.cppreference.com/cpp/language/overload_resolution
move constructorhttps://www.cppreference.com/cpp/language/move_constructor
non-static member functionhttps://www.cppreference.com/cpp/language/member_functions
pointer to member functionhttps://www.cppreference.com/cpp/language/pointer#Pointers_to_member_functions
throw-expressionshttps://www.cppreference.com/cpp/language/throw
conditional operator ?:https://www.cppreference.com/cpp/language/operator_other
bit-fieldhttps://www.cppreference.com/cpp/language/bit_field
returnhttps://www.cppreference.com/cpp/language/return
co_returnhttps://www.cppreference.com/cpp/language/coroutines
throwhttps://www.cppreference.com/cpp/language/throw
overload resolutionhttps://www.cppreference.com/cpp/language/overload_resolution
move constructorhttps://www.cppreference.com/cpp/language/move_constructor
Automatic move from local variables and parametershttps://www.cppreference.com/cpp/language/return#Automatic_move_from_local_variables_and_parameters
CPLhttps://en.wikipedia.org/wiki/CPL_(programming_language)
[4]https://www.cppreference.com/cpp/language/value_category#cite_note-4
[5]https://www.cppreference.com/cpp/language/value_category#cite_note-5
move constructorhttps://www.cppreference.com/cpp/language/move_constructor
move assignment operatorhttps://www.cppreference.com/cpp/language/move_assignment
[6]https://www.cppreference.com/cpp/language/value_category#cite_note-6
copy elisionhttps://www.cppreference.com/cpp/language/copy_elision
https://www.cppreference.com/cpp/language/value_category#cite_ref-1
overloadedhttps://www.cppreference.com/cpp/language/operators
2.0https://www.cppreference.com/cpp/language/value_category#cite_ref-pmfc_2-0
2.1https://www.cppreference.com/cpp/language/value_category#cite_ref-pmfc_2-1
2.2https://www.cppreference.com/cpp/language/value_category#cite_ref-pmfc_2-2
2.3https://www.cppreference.com/cpp/language/value_category#cite_ref-pmfc_2-3
pending member function callhttps://www.cppreference.com/cpp/language/value_category#Pending_member_function_call
https://www.cppreference.com/cpp/language/value_category#cite_ref-3
overloadedhttps://www.cppreference.com/cpp/language/operators
https://www.cppreference.com/cpp/language/value_category#cite_ref-4
https://www.cppreference.com/cpp/language/value_category#cite_ref-5
"New" Value Terminologyhttps://www.stroustrup.com/terminology.pdf
https://www.cppreference.com/cpp/language/value_category#cite_ref-6
CWG 616https://cplusplus.github.io/CWG/issues/616.html
CWG 1059https://cplusplus.github.io/CWG/issues/1059.html
CWG 1213https://cplusplus.github.io/CWG/issues/1213.html
C documentationhttps://www.cppreference.com/c/language/value_category
C++ value categories and decltype demystifiedhttps://www.scs.stanford.edu/~dm/blog/decltype.html
Empirically determine value category of expressionhttps://stackoverflow.com/a/16638081
Categorieshttps://www.cppreference.com/Special:Categories
Pages using deprecated source tagshttps://www.cppreference.com/index.php?title=Category:Pages_using_deprecated_source_tags&action=edit&redlink=1
Pages using deprecated enclose attributeshttps://www.cppreference.com/index.php?title=Category:Pages_using_deprecated_enclose_attributes&action=edit&redlink=1
Pages with too many expensive parser function callshttps://www.cppreference.com/index.php?title=Category:Pages_with_too_many_expensive_parser_function_calls&action=edit&redlink=1
Support ushttps://www.cppreference.com/support
Recent changeshttps://www.cppreference.com/Special:RecentChanges
FAQhttps://www.cppreference.com/Cppreference:FAQ
Offline versionhttps://www.cppreference.com/Cppreference:Archives
https://www.cppreference.com/cpp/language/value_category
What links herehttps://www.cppreference.com/Special:WhatLinksHere/cpp/language/value_category
Related changeshttps://www.cppreference.com/Special:RecentChangesLinked/cpp/language/value_category
Upload filehttp://upload.cppreference.com/w/Special:Upload
Special pageshttps://www.cppreference.com/Special:SpecialPages
Printable versionjavascript:print();
Permanent linkhttps://www.cppreference.com/index.php?title=cpp/language/value_category&oldid=178569
Page informationhttps://www.cppreference.com/index.php?title=cpp/language/value_category&action=info
Deutschhttps://de.cppreference.com/cpp/language/value_category
Españolhttp://es.cppreference.com/cpp/language/value_category
Françaishttp://fr.cppreference.com/cpp/language/value_category
Italianohttp://it.cppreference.com/cpp/language/value_category
日本語http://ja.cppreference.com/cpp/language/value_category
Portuguêshttp://pt.cppreference.com/cpp/language/value_category
Русскийhttp://ru.cppreference.com/cpp/language/value_category
中文http://zh.cppreference.com/cpp/language/value_category

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.