blob: 9706d1822020d40360c686be3210174174a7c8d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
.. default-domain:: cpp
.. namespace:: multi_decl_lookup
.. function:: void f1(int a)
void f1(double b)
- a: :var:`a`
- b: :var:`b`
.. function:: template<typename T> void f2(int a)
template<typename U> void f2(double b)
- T: :type:`T`
- U: :type:`U`
.. class:: template<typename T> A
template<typename U> B
.. function:: void f3()
- T: :type:`T`
- U: :type:`U`
|