Ed Tanous | 0260d9d | 2021-02-07 19:31:07 +0000 | [diff] [blame] | 1 | #pragma once |
2 | |||||
3 | #include <cstdint> | ||||
Ed Tanous | 36c0f2a | 2024-02-09 13:50:26 -0800 | [diff] [blame] | 4 | #include <string_view> |
Ed Tanous | 0260d9d | 2021-02-07 19:31:07 +0000 | [diff] [blame] | 5 | |
6 | // clang-format off | ||||
Ed Tanous | 25b54db | 2024-04-17 15:40:31 -0700 | [diff] [blame] | 7 | // NOLINTBEGIN(readability-identifier-naming) |
Ed Tanous | fa0b217 | 2022-03-24 10:25:03 -0700 | [diff] [blame] | 8 | |
Ed Tanous | fe907df | 2024-05-07 16:37:09 -0700 | [diff] [blame] | 9 | @BMCWEB_OPTIONS@ |
Willy Tu | 13451e3 | 2023-05-24 16:08:18 -0700 | [diff] [blame] | 10 | |
Ed Tanous | 25b54db | 2024-04-17 15:40:31 -0700 | [diff] [blame] | 11 | // NOLINTEND(readability-identifier-naming) |
Aushim Nagarkatti | bd1299b | 2024-08-12 17:11:04 -0700 | [diff] [blame] | 12 | // clang-format on |