Constructors.
| 175 | public: |
| 176 | /// Constructors. |
| 177 | CompositeType() noexcept = default; |
| 178 | CompositeType(const FunctionType &FT) noexcept |
| 179 | : Type(TypeCode::Func), FType(FT) {} |
| 180 |
nothing calls this directly
no outgoing calls
no test coverage detected