Is the typename a pod type? \param info generator info \param name typename \return true if pod type
| 83 | /// \param name typename |
| 84 | /// \return true if pod type |
| 85 | static bool IsPOD(const GeneratorInfo& info, const std::string& name) { |
| 86 | return !info.specification["structs"].contains(name); |
| 87 | } |
| 88 | |
| 89 | /// Perform a deep copy of an object tree |
| 90 | /// \param md the current metadata state |
no outgoing calls
no test coverage detected