span_utils.hpp
A set of simple functions to manipulate std::span.
This file is part of Empirical, https://github.com/devosoft/Empirical Copyright (C) 2022 Michigan State University MIT Software license; see doc/LICENSE.md
Note
Status: BETA
Defines
-
INCLUDE_EMP_DATASTRUCTS_SPAN_UTILS_HPP_GUARD
Functions
-
template<typename T>
void Print(const std::span<T> &v, std::ostream &os = std::cout, const std::string &spacer = " ") Print the contents of a span.
-
namespace std
STL namespace.