Sha256: 42901cd4c94f6127d4c31db0ee2104d2607fdcf35328c1a07ff305ab84a40dd6

Contents?: true

Size: 385 Bytes

Versions: 7

Compression:

Stored size: 385 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_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

7 entries across 7 versions & 1 rubygems

Version Path
couchbase-3.4.5 ext/couchbase/third_party/json/include/tao/json/binding/for_nothing_value.hpp
couchbase-3.4.4 ext/couchbase/third_party/json/include/tao/json/binding/for_nothing_value.hpp
couchbase-3.4.3 ext/couchbase/third_party/json/include/tao/json/binding/for_nothing_value.hpp
couchbase-3.4.2 ext/couchbase/third_party/json/include/tao/json/binding/for_nothing_value.hpp
couchbase-3.4.1 ext/couchbase/third_party/json/include/tao/json/binding/for_nothing_value.hpp
couchbase-3.4.0 ext/couchbase/third_party/json/include/tao/json/binding/for_nothing_value.hpp
couchbase-3.3.0 ext/couchbase/third_party/json/include/tao/json/binding/for_nothing_value.hpp