MCPcopy Create free account
hub / github.com/GPUOpen-Tools/GPU-Reshape / IsPOD

Function IsPOD

Source/Backends/DX12/Generator/Source/DeepCopyImpl.cpp:85–87  ·  view source on GitHub ↗

Is the typename a pod type? \param info generator info \param name typename \return true if pod type

Source from the content-addressed store, hash-verified

83/// \param name typename
84/// \return true if pod type
85static 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

Callers 1

DeepCopyObjectTreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected