File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6760
6760
6761
6761
\tcode {bool meta::\placeholder {BINARY}(info t1, info t2);\br
6762
6762
bool meta::\placeholder {BINARY}_type(info t1, info t2);} &
6763
- \tcode {std::\placeholder {BINARY}_v<$ \mathit {T1} $ , $ \mathit {T2} $ >},
6764
- where $ \mathit {T1} $ and $ \mathit {T2} $ are the types or type aliases
6763
+ \tcode {std::\placeholder {BINARY}_v<$ T_ 1 $ , $ T_ 2 $ >},
6764
+ where $ T_ 1 $ and $ T_ 2 $ are the types or type aliases
6765
6765
represented by \tcode {t1} and \tcode {t2}, respectively
6766
6766
\\ \rowsep
6767
6767
6775
6775
6776
6776
\tcode {template<reflection_range R>\br
6777
6777
bool meta::\placeholder {VARIADIC}_type(info t1, info t2, R\&\& args);} &
6778
- \tcode {std::\placeholder {VARIADIC}_v<$ \mathit {T1} $ , $ \mathit {T2} $ , $ U$ ...>},
6779
- where $ \mathit {T1} $ and $ \mathit {T2} $ are the types or type aliases
6778
+ \tcode {std::\placeholder {VARIADIC}_v<$ T_ 1 $ , $ T_ 2 $ , $ U$ ...>},
6779
+ where $ T_ 1 $ and $ T_ 2 $ are the types or type aliases
6780
6780
represented by \tcode {t1} and \tcode {t2}, respectively,
6781
6781
and \tcode {$ U$ ...} is the pack of types or type aliases
6782
6782
whose elements are represented by the corresponding elements of \tcode {args}
You can’t perform that action at this time.
0 commit comments