15 #include "../system.hpp" 36 template<
typename TYPE,
typename INDEX_TYPE >
39 std::string rval = LvArray::system::demangleType< TYPE >();
40 for(
int i=0; i<NDIM; ++i )
42 rval +=
"["+std::to_string( dims[i] )+
"]";
std::string format(int NDIM, INDEX_TYPE const *const dims)
This function returns a string that may be used as the "type" in a call to TV_ttf_add_row(). This will either be a single value or an array.
std::string string
String type.
Contains functions that are used by the implementation of the totalview c++ view for data inspection ...