File: Index_Metafunction.dddoc

package info (click to toggle)
seqan 1.4.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 257,080 kB
  • ctags: 38,576
  • sloc: cpp: 301,711; python: 26,086; sh: 659; xml: 188; awk: 129; makefile: 53
file content (8 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
.Indexpage.Metafunction:
..description:
...text:
Metafunctions - also known as "traits" or "trait classes" - 
return types, constants or functions for a set of given types or constants.
They can be seen as part of a (meta-)program that is
evaluated at compile time to produce a C++ program.
...text:Read @http://trac.mi.fu-berlin.de/seqan/wiki/Tutorial/Metafunctions|here@ an introduction to metafunctions and how to use them.