2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 17:12:22 +00:00
Files
python/doc/v2/class_hpp.py
Dave Abrahams 44e43d3b47 Initial checkin of V2 docs
[SVN r12797]
2002-02-14 03:39:41 +00:00

21 lines
482 B
Python

introduction = '''
'''
class boost(namespace): pass
class python(boost):
class class_(class_template):
T = type()
T.requires = 'a class type'
Bases = concepts.mpl_sequence('class type')
HolderGenerator = concepts.HolderGenerator()
template_args = (T, Bases, HolderGenerator)
class def_1(function_template):
name = "def"
args = (('char const*', 'name'), ('F', 'f'))
class_template