#ifndef __SCOPE_CORE_FORMAT__ #define __SCOPE_CORE_FORMAT__ #include #include #include namespace Scop { template struct IsOstreamable : std::false_type {}; template struct IsOstreamable() << std::declval())>> : std::true_type {}; template...>, int> = 0> auto Format(std::string_view format, const Args&... args); } #include #endif