/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/python/cpp17_class_template_argument_deduction_runme.py
9 строк
335 B
William S Fulton
C++17: parse user-defined deduction guides
30 май 2026, 12:56
30 май 2026, 12:56
86b46b3
Код
Авторство
О чём код?
from cpp17_class_template_argument_deduction import * from swig_test_utils import swig_check # The CTAD variables 'ov' and 'bx' are skipped (Warning 347); declarations alongside them wrap. swig_check(unaffected(41), 42) # The deduction guides emit nothing; a declaration following them still wraps. swig_check(after_guides(40), 42)