mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
25 lines
437 B
ReStructuredText
25 lines
437 B
ReStructuredText
.. 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`
|