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
3#ifndef TETL_IOS_TYPEDEFS_HPP
4#define TETL_IOS_TYPEDEFS_HPP
5
8
9namespace etl {
10
11using streamoff = long;
13
14} // namespace etl
15#endif // TETL_IOS_TYPEDEFS_HPP
Definition adjacent_find.hpp:8
long streamoff
Definition typedefs.hpp:11
typename make_signed< T >::type make_signed_t
Definition make_signed.hpp:82
make_signed_t< size_t > streamsize
Definition typedefs.hpp:12