|
SDEngine
Game Engine
|
#include <algorithm>#include <array>#include <string_view>#include <fmt/core.h>#include "SD/core/types.hpp"
Include dependency graph for FixedString.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | FixedString< MAX_SIZE > |
| struct | fmt::formatter< FixedString< N > > |
Functions | |
| void | compile_time_assert_failed (const char *msg) |
| template<std::size_t MAX_SIZE> | |
| consteval auto | operator+ (FixedString< MAX_SIZE > lhs, FixedString< MAX_SIZE > rhs) |
| consteval auto operator+ | ( | FixedString< MAX_SIZE > | lhs, |
| FixedString< MAX_SIZE > | rhs | ||
| ) |