LeviLamina
Loading...
Searching...
No Matches
absl.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/absl/InlinedVector.h"
7
8namespace absl {
9// functions
10// NOLINTBEGIN
11MCNAPI bool EqualsIgnoreCase(::std::string_view piece1, ::std::string_view piece2);
12
13MCNAPI bool operator==(
14 ::absl::InlinedVector<int, 4, ::std::allocator<int>> const& a,
15 ::absl::InlinedVector<int, 4, ::std::allocator<int>> const& b
16);
17// NOLINTEND
18
19} // namespace absl