mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
82 lines
2.4 KiB
Text
82 lines
2.4 KiB
Text
includefile(overloading/more)
|
|
|
|
lsect(OPERATORINDEX)(Overloading `operator[]()')
|
|
includefile(overloading/array)
|
|
|
|
subsect(Multi-argument `operator[]()')
|
|
includefile(overloading/multiindex)
|
|
|
|
lsect(EXTRACTORS)(Overloading insertion and extraction operators)
|
|
includefile(overloading/insertextract)
|
|
|
|
lsect(ConversionOperators)(Conversion operators)
|
|
includefile(overloading/conversion)
|
|
|
|
lsect(BYTE)(An alternative implementation of the `byte' type)
|
|
includefile(overloading/byte)
|
|
|
|
lsect(EXPLICIT)(The keyword `explicit')
|
|
includefile(overloading/explicit.yo)
|
|
|
|
subsect(Explicit conversion operators)
|
|
includefile(overloading/explicitconversion)
|
|
|
|
lsect(OVERLOADINCR)(Overloading increment and decrement operators)
|
|
includefile(overloading/increment.yo)
|
|
|
|
lsect(OVERLOADBINARY)(Overloading binary operators)
|
|
includefile(overloading/binary.yo)
|
|
|
|
lsubsect(REFBIND)(Member function reference bindings (& and &&))
|
|
includefile(overloading/reference.yo)
|
|
|
|
lsubsect(SPACESHIP)(The three-way comparison operator `<=>')
|
|
includefile(overloading/spaceship.yo)
|
|
|
|
lsect(OVERLOADNEW)(Overloading `operator new(size_t)')
|
|
includefile(overloading/new)
|
|
|
|
lsect(OVERLOADDELETE)(Overloading `operator delete(void *)')
|
|
includefile(overloading/delete)
|
|
|
|
lsect(NEWDELETEARRAY)(Operators `new[]' and `delete[]')
|
|
includefile(overloading/newdeletearray)
|
|
|
|
subsect(Overloading `new[]')
|
|
includefile(overloading/newarray)
|
|
|
|
subsect(Overloading `delete[]')
|
|
includefile(overloading/deletearray)
|
|
|
|
subsect(The `operator delete(void *, size_t)' family)
|
|
includefile(overloading/sizeddelete)
|
|
|
|
subsect(`new[]', `delete[]' and exceptions)
|
|
includefile(overloading/newdeleteexceptions)
|
|
|
|
lsect(FUNOBJ)(Function Objects)
|
|
includefile(overloading/functionobject.yo)
|
|
|
|
lsubsect(MANIPCONSTRUCTION)(Constructing manipulators)
|
|
includefile(overloading/manipulators)
|
|
|
|
subsubsect(Manipulators requiring arguments)
|
|
includefile(overloading/argmanipulators)
|
|
|
|
lsect(LAMBDA)(Lambda expressions)
|
|
includefile(overloading/lambda)
|
|
|
|
subsect(Lambda expressions: syntax)
|
|
includefile(overloading/lambdasyntax)
|
|
|
|
subsect(Using lambda expressions)
|
|
includefile(overloading/lambdause)
|
|
|
|
lsect(EnumOverload)(The case of [io]fstream::open())
|
|
includefile(overloading/iofstreamopen)
|
|
|
|
lsect(UDLITERALS)(User-defined literals)
|
|
includefile(overloading/userdefined)
|
|
|
|
lsect(OverloadableOperators)(Overloadable operators)
|
|
includefile(overloading/overloadable)
|