Files
Cpp-in-Embedded-Systems/Chapter17/cib/libs/flow/subgraph_identity.hpp
Amar Mahmutbegovic 526e6ec009 rename chapters
2025-02-09 13:11:21 +01:00

6 lines
84 B
C++

#pragma once
namespace flow {
enum class subgraph_identity { VALUE, REFERENCE };
}