Select Git revision
SubItemValuePerItem.hpp
-
Stéphane Del Pino authored
Now use const semantic "a la" Kokkos in SubItemValuePerItem
Stéphane Del Pino authoredNow use const semantic "a la" Kokkos in SubItemValuePerItem
ConsoleManager.hpp 227 B
#ifndef CONSOLE_MANAGER_HPP
#define CONSOLE_MANAGER_HPP
#include <string>
struct ConsoleManager
{
static bool isTerminal(std::ostream& os);
static void init(const std::string& colorize);
};
#endif // CONSOLE_MANAGER_HPP