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

Functions

template<typename T, vcl_size_t VLength>
std::ostream & operator<< (std::ostream &os, const std::array< T, VLength > &container)
 
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/4]

template<typename T, vcl_size_t VLength>
std::ostream & itk::print_helper::operator<< ( std::ostream & os,
const std::array< T, VLength > & container )

Definition at line 71 of file itkPrintHelper.h.

◆ operator<<() [2/4]

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

Definition at line 57 of file itkPrintHelper.h.

◆ operator<<() [3/4]

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

Definition at line 43 of file itkPrintHelper.h.

◆ operator<<() [4/4]

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 88 of file itkPrintHelper.h.