Sha256: 7f48773af57d528b88eb986ea4ec48ffeff162bb57ffdf07eac6d68a5f3a7bb3
Contents?: true
Size: 828 Bytes
Versions: 12
Compression:
Stored size: 828 Bytes
Contents
/* * Copyright 2021-Present Couchbase, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #pragma once #include <string> #include <vector> namespace couchbase::core::transactions { std::string to_string(const std::vector<std::byte>& input); } // namespace couchbase::core::transactions
Version data entries
12 entries across 12 versions & 1 rubygems