19 std::ostringstream ss;
21 debug_assert_valid_ptr();
23 ss.setf (std::ios::scientific);
32 if (i + 1 < size ()) {
45 std::ostringstream ss;
47 debug_assert_valid_ptr();
49 ss.setf (std::ios::scientific);
58 if (i + 1 < size ()) {
71 std::ostringstream ss;
73 debug_assert_valid_ptr();
75 ss.setf (std::ios::scientific);
84 if (i + 1 < size ()) {
97 std::ostringstream ss;
99 debug_assert_valid_ptr();
101 ss.setf (std::ios::scientific);
108 for (
size_type i = 0; i < size (); ++i) {
109 ss << operator[] (i);
110 if (i + 1 < size ()) {
std::string toString() const
Convert an ArrayView<T> to an std::string
Ordinal size_type
Type representing the number of elements in an ArrayRCP or view thereof.
#define TEUCHOSCORE_LIB_DLL_EXPORT
TypeTo as(const TypeFrom &t)
Convert from one value type to another.