initial matador ng commit

This commit is contained in:
2025-02-02 20:37:12 +01:00
parent 19de5714f4
commit ded3daceb3
378 changed files with 14913 additions and 13431 deletions
+3 -1
View File
@@ -5,6 +5,8 @@
#include "coordinate.hpp"
#include <cstdint>
namespace matador::test {
enum class Color : uint8_t {
@@ -21,7 +23,7 @@ struct location
template < class Operator >
void process(Operator &op)
{
namespace field = matador::utils::access;
namespace field = matador::access;
field::primary_key(op, "id", id);
field::attribute(op, "name", name, 255);
field::attribute(op, "coordinate", coord);