Sha256: 549915131af8642d8bf7685e7e0ec0fae99c9eed2874ce55ff1e5f2440598ea7
Contents?: true
Size: 385 Bytes
Versions: 34
Compression:
Stored size: 385 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_FOR_NOTHING_VALUE_HPP #define TAO_JSON_BINDING_FOR_NOTHING_VALUE_HPP namespace tao::json::binding { enum class for_nothing_value : bool { encode, suppress }; } // namespace tao::json::binding #endif
Version data entries
34 entries across 34 versions & 1 rubygems