ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itk::print_helper Namespace Reference

Functions

template<typename T>
std::ostream & operator<< (std::ostream &os, const std::list< T > &l)
 
template<typename T>
std::ostream & 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 & operator<< (std::ostream &os, const T(&arr)[VLength])
 

Function Documentation

◆ operator<<() [1/3]

template<typename T>
std::ostream & itk::print_helper::operator<< ( std::ostream & os,
const std::list< T > & l )

Definition at line 56 of file itkPrintHelper.h.

◆ operator<<() [2/3]

template<typename T>
std::ostream & itk::print_helper::operator<< ( std::ostream & os,
const std::vector< T > & v )

Definition at line 42 of file itkPrintHelper.h.

◆ operator<<() [3/3]

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] )

Definition at line 71 of file itkPrintHelper.h.