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