add nf7::Void

This commit is contained in:
falsycat 2023-08-20 18:30:35 +09:00
parent df33dbab76
commit a1114060b8
2 changed files with 9 additions and 0 deletions

View File

@ -20,6 +20,7 @@ target_sources(nf7_iface
common/task.hh
common/task_context.hh
common/value.hh
common/void.hh
data/buffer.hh
data/interface.hh
data/wrap.hh

8
iface/common/void.hh Normal file
View File

@ -0,0 +1,8 @@
// No copyright
#pragma once
namespace nf7 {
struct Void { };
} // namespace nf7