Go to the source code of this file.
Namespaces | |
eagine | |
Common code is placed in this namespace. | |
Typedefs | |
template<bool IsConst> | |
using | eagine::memory::basic_split_block = basic_split_span< std::conditional_t< IsConst, const byte, byte > > |
Alias for split span of bytes. | |
using | eagine::memory::split_block = basic_split_block< false > |
Alias for non-const split blocks. | |
using | eagine::memory::const_split_block = basic_split_block< true > |
Alias for const split blocks. | |
Copyright Matus Chochlik. Distributed under the Boost Software License, Version 1.0. See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt