CppCommon
1.0.4.1
C++ Common Library
include
system
pipe.inl
Go to the documentation of this file.
1
9
namespace
CppCommon
{
10
11
inline
void
swap
(
Pipe
& pipe1,
Pipe
& pipe2) noexcept
12
{
13
pipe1.swap(pipe2);
14
}
15
16
}
// namespace CppCommon
CppCommon::Pipe
Pipe.
Definition:
pipe.h:31
CppCommon
C++ Common project definitions.
Definition:
token_bucket.h:15
CppCommon::swap
void swap(FileCache &cache1, FileCache &cache2) noexcept
Definition:
filecache.inl:23
Generated by
1.9.1