NiHu  2.0
type_info.hpp File Reference

Utility functions for attaining type informations. More...

#include <iostream>
#include <type_traits>
Include dependency graph for type_info.hpp:

Go to the source code of this file.

Functions

template<class T >
std::ostream & NiHu::print_type_info (std::ostream &os=std::cout)
 Print type information. More...
 

Detailed Description

Utility functions for attaining type informations.

Definition in file type_info.hpp.

Function Documentation

◆ print_type_info()

template<class T >
std::ostream& NiHu::print_type_info ( std::ostream &  os = std::cout)

Print type information.

Template Parameters
TThe requested type
Parameters
osOutput stream to print to, default is std::cout
Returns
The output stream

Definition at line 41 of file type_info.hpp.