blob: 6ab59dbfcfbe3555cc81d4800060256de8fd5dd6 [file] [log] [blame]
<%
p_tag = property.snake_case + "_t"
p_type = property.cppTypeParam(interface.name)
%>\
struct ${p_tag}
{
using value_type = ${p_type};
${p_tag}() = default;
explicit ${p_tag}(value_type) {}
};