initial matador ng commit
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user