BioC++ core-0.7.0
The Modern C++ libraries for Bioinformatics.
 
Loading...
Searching...
No Matches
type_inspection.hpp File Reference

Provides traits to inspect some information of a type, for example its name. More...

#include <functional>
#include <memory>
#include <string>
#include <typeinfo>
#include <bio/core.hpp>
+ Include dependency graph for type_inspection.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  bio
 The main BioC++ namespace.
 
namespace  bio::meta
 The Meta module's namespace.
 

Detailed Description

Provides traits to inspect some information of a type, for example its name.

Author
Rene Rahn <rene.rahn AT fu-berlin.de>