tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
typedefs.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2// SPDX-FileCopyrightText: Copyright (C) 2019 Tobias Hienzsch
3
4#ifndef TETL_IOS_TYPEDEFS_HPP
5#define TETL_IOS_TYPEDEFS_HPP
6
7#include <etl/_cstddef/size_t.hpp>
8#include <etl/_type_traits/make_signed.hpp>
9
10namespace etl {
11
12using streamoff = long;
13using streamsize = make_signed_t<size_t>;
14
15} // namespace etl
16#endif // TETL_IOS_TYPEDEFS_HPP
Definition adjacent_find.hpp:9