add Chapter18
This commit is contained in:
5
Chapter18/cib/libs/flow/common.hpp
Normal file
5
Chapter18/cib/libs/flow/common.hpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
namespace flow {
|
||||
using FunctionPtr = auto (*)() -> void;
|
||||
} // namespace flow
|
||||
Reference in New Issue
Block a user