Template Function c4::detail::get_real_format_str
Defined in File rapidyaml-0.5.0.hpp
Function Documentation
Warning
doxygenfunction: Unable to resolve function “c4::detail::get_real_format_str” with arguments “(char (&), int, RealFormat_e, const char*)”. Candidate function could not be parsed. Parsing error is Error when parsing function declaration. If the function has no return type: Error in declarator or parameters-and-qualifiers Invalid C++ declaration: Expected identifier in nested name, got keyword: void [error at 23] template<size_t N> void get_real_format_str (char(&C4_RESTRICT fmt)[N], int precision, RealFormat_e formatting, const char *length_modifier=””) ———————–^ If the function has a return type: Error in declarator or parameters-and-qualifiers If pointer to member declarator: Invalid C++ declaration: Expected ‘::’ in pointer to member (function). [error at 44] template<size_t N> void get_real_format_str (char(&C4_RESTRICT fmt)[N], int precision, RealFormat_e formatting, const char *length_modifier=””) ——————————————–^ If declarator-id: Error in declarator If declarator-id with parameters-and-qualifiers: Invalid C++ declaration: Expected identifier in nested name. [error at 50] template<size_t N> void get_real_format_str (char(&C4_RESTRICT fmt)[N], int precision, RealFormat_e formatting, const char *length_modifier=””) ————————————————–^ If parenthesis in noptr-declarator: Invalid C++ declaration: Expected ‘)’ in “( ptr-declarator )” [error at 63] template<size_t N> void get_real_format_str (char(&C4_RESTRICT fmt)[N], int precision, RealFormat_e formatting, const char *length_modifier=””) —————————————————————^