ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itkPrintHelper.h File Reference
#include <iostream>
#include <iterator>
#include <list>
#include <type_traits>
#include <vector>
+ Include dependency graph for itkPrintHelper.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  itk
 
namespace  itk::print_helper
 

Functions

template<typename T>
std::ostream & itk::print_helper::operator<< (std::ostream &os, const std::list< T > &l)
 
template<typename T>
std::ostream & itk::print_helper::operator<< (std::ostream &os, const std::vector< T > &v)
 
template<typename T, vcl_size_t VLength, typename = std::enable_if_t<!std::is_same_v<T, char>>>
std::ostream & itk::print_helper::operator<< (std::ostream &os, const T(&arr)[VLength])