Files
Cpp-in-Embedded-Systems/Chapter18/cib/libs/flow/subgraph_identity.hpp
Amar Mahmutbegovic 8634accda5 add Chapter18
2025-02-06 00:19:59 +01:00

6 lines
84 B
C++

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