IgANet
IgANets - Isogeometric Analysis Networks
Loading...
Searching...
No Matches
std Namespace Reference

STL namespace. More...

Namespaces

namespace  detail
 

Functions

template<typename T , std::size_t N>
std::ostream & operator<< (std::ostream &os, const std::array< T, N > &obj)
 Print (as string) an std::array of generic objects.
 
template<std::size_t N>
std::ostream & operator<< (std::ostream &os, const std::array< torch::Tensor, N > &obj)
 Print (as string) a TensorArray object.
 
template<typename... Ts>
std::ostream & operator<< (std::ostream &os, const std::tuple< Ts... > &obj)
 Print (as string) an std::tuple of generic objects.
 

Detailed Description

STL namespace.

Function Documentation

◆ operator<<() [1/3]

template<typename T , std::size_t N>
std::ostream & std::operator<< ( std::ostream &  os,
const std::array< T, N > &  obj 
)
inline

Print (as string) an std::array of generic objects.

◆ operator<<() [2/3]

template<std::size_t N>
std::ostream & std::operator<< ( std::ostream &  os,
const std::array< torch::Tensor, N > &  obj 
)
inline

Print (as string) a TensorArray object.

◆ operator<<() [3/3]

template<typename... Ts>
std::ostream & std::operator<< ( std::ostream &  os,
const std::tuple< Ts... > &  obj 
)
inline

Print (as string) an std::tuple of generic objects.