debug.hpp File Reference#
debug.hpp File Reference
Go to the source code of this file.
Namespaces | |
| namespace | ck_tile |
Macros | |
| #define | make_str_literal(lit_) |
Functions | |
| template<auto... val> | |
| constexpr void | ck_tile::CK_PRINT () |
| template<typename... type> | |
| constexpr void | ck_tile::CK_PRINT () |
| template<size_t... Idx> | |
| constexpr std::tuple< std::integral_constant< size_t, Idx >... > | ck_tile::makeTuple (std::index_sequence< Idx... >) noexcept |
| constexpr size_t | ck_tile::constexpr_strlen (const char *c) |
Macro Definition Documentation
◆ make_str_literal
| #define make_str_literal | ( | lit_ | ) |
Value:
makeTuple(std::make_index_sequence<constexpr_strlen(lit_)>()))
constexpr size_t constexpr_strlen(const char *c)
Definition tile/core/utility/debug.hpp:55