Flow 2.0.0
Flow project: Full implementation reference.
blob.cpp
Go to the documentation of this file.
1/* Flow
2 * Copyright 2023 Akamai Technologies, Inc.
3 *
4 * Licensed under the Apache License, Version 2.0 (the
5 * "License"); you may not use this file except in
6 * compliance with the License. You may obtain a copy
7 * of the License at
8 *
9 * https://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in
12 * writing, software distributed under the License is
13 * distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
14 * CONDITIONS OF ANY KIND, either express or implied.
15 * See the License for the specific language governing
16 * permissions and limitations under the License. */
17
18/// @file
19
21
22namespace flow::util
23{
24
25// Initializations.
26
28
29} // namespace flow::util
Flow module containing miscellaneous general-use facilities that don't fit into any other Flow module...
Definition: basic_blob.hpp:31
const Clear_on_alloc CLEAR_ON_ALLOC
Tag value indicating init-with-zeroes-on-alloc policy.
Definition: blob.cpp:27
Tag type used at least in Basic_blob and Blob_with_log_context to specify that an allocated buffer be...
Definition: basic_blob.hpp:40