Changeset 6:efa135532e98 in finroc_plugins_composite_ports for internal
- Timestamp:
- 15.03.2020 17:13:15 (2 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
internal/type_traits.h
r0 r6 137 137 struct IsInputPort 138 138 { 139 enum { value = std::is_base_of<data_ports::t OutputPort<double>, TPortType<double>>::value ||139 enum { value = std::is_base_of<data_ports::tInputPort<double>, TPortType<double>>::value || 140 140 std::is_base_of<data_ports::tProxyPort<double, false>, TPortType<double>>::value 141 141 };
Note: See TracChangeset
for help on using the changeset viewer.