Sha256: 5d51396748e3023fe98092287d62957380de311fe36f2f1d957b9b31cdac7a5d
Contents?: true
Size: 369 Bytes
Versions: 7
Compression:
Stored size: 369 Bytes
Contents
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey // Please see LICENSE for license or visit https://github.com/taocpp/json/ #ifndef TAO_JSON_BINDING_MEMBER_KIND_HPP #define TAO_JSON_BINDING_MEMBER_KIND_HPP namespace tao::json::binding { enum class member_kind : bool { optional, required }; } // namespace tao::json::binding #endif
Version data entries
7 entries across 7 versions & 1 rubygems