Sha256: 175f9507856a3c2f2547f5588f0aa4c05a014ab25ebdf1366e18888615a3cf4f
Contents?: true
Size: 369 Bytes
Versions: 34
Compression:
Stored size: 369 Bytes
Contents
// Copyright (c) 2018-2020 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
34 entries across 34 versions & 1 rubygems