alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::detail::Print< TDim, TView > Struct Template Reference

#include <Traits.hpp>

Static Public Member Functions

static ALPAKA_FN_HOST auto print (TView const &view, Elem< TView > const *const ptr, Vec< Dim< TView >, Idx< TView >> const &extent, std::ostream &os, std::string const &elementSeparator, std::string const &rowSeparator, std::string const &rowPrefix, std::string const &rowSuffix) -> void
 

Detailed Description

template<typename TDim, typename TView>
struct alpaka::detail::Print< TDim, TView >

Definition at line 315 of file Traits.hpp.

Member Function Documentation

◆ print()

template<typename TDim , typename TView >
static ALPAKA_FN_HOST auto alpaka::detail::Print< TDim, TView >::print ( TView const &  view,
Elem< TView > const *const  ptr,
Vec< Dim< TView >, Idx< TView >> const &  extent,
std::ostream &  os,
std::string const &  elementSeparator,
std::string const &  rowSeparator,
std::string const &  rowPrefix,
std::string const &  rowSuffix 
) -> void
inlinestatic

Definition at line 317 of file Traits.hpp.


The documentation for this struct was generated from the following file: