Blender V5.0
blender::nodes::node_fn_format_string_cc::FormatPatternInfo Struct Reference

Public Attributes

std::string pattern_str
std::regex pattern
int width_group
std::optional< int > precision_group

Detailed Description

Definition at line 167 of file node_fn_format_string.cc.

Member Data Documentation

◆ pattern

std::regex blender::nodes::node_fn_format_string_cc::FormatPatternInfo::pattern

◆ pattern_str

std::string blender::nodes::node_fn_format_string_cc::FormatPatternInfo::pattern_str

◆ precision_group

std::optional<int> blender::nodes::node_fn_format_string_cc::FormatPatternInfo::precision_group

◆ width_group

int blender::nodes::node_fn_format_string_cc::FormatPatternInfo::width_group

The documentation for this struct was generated from the following file: