Init
This commit is contained in:
22
cppdraft/conv/func.md
Normal file
22
cppdraft/conv/func.md
Normal file
@@ -0,0 +1,22 @@
|
||||
[conv.func]
|
||||
|
||||
# 7 Expressions [[expr]](./#expr)
|
||||
|
||||
## 7.3 Standard conversions [[conv]](conv#func)
|
||||
|
||||
### 7.3.4 Function-to-pointer conversion [conv.func]
|
||||
|
||||
[1](#1)
|
||||
|
||||
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/expressions.tex#L721)
|
||||
|
||||
An lvalue of function type T can be converted to a prvalue of
|
||||
type âpointer to Tâ[.](#1.sentence-1)
|
||||
|
||||
The result is a pointer to the
|
||||
function[.](#1.sentence-2)[45](#footnote-45 "This conversion never applies to non-static member functions because an lvalue that refers to a non-static member function cannot be obtained.")
|
||||
|
||||
[45)](#footnote-45)[45)](#footnoteref-45)
|
||||
|
||||
This conversion never applies to non-static member functions because an
|
||||
lvalue that refers to a non-static member function cannot be obtained[.](#footnote-45.sentence-1)
|
||||
Reference in New Issue
Block a user