Skip to content
Discussion options

You must be logged in to vote

Managed to get it working with the following code

template <>
struct glz::meta<Coordinate> {
    using T = Coordinate;
    constexpr static auto value = glz::array(&T::longitude, &T::latitude);
};

template <>
struct glz::meta<Environment> {
    using T = Environment;
    constexpr static auto value =
        glz::object("coordinates", &T::coordinates);
};

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@stephenberry
Comment options

Answer selected by mtygesen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants