Home
last modified time | relevance | path

Searched defs:regex_formatF (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/string/detail/
Dformatter_regex.hpp27 struct regex_formatF struct
30 typedef StringT result_type;
31 typedef BOOST_STRING_TYPENAME StringT::value_type char_type;
35 regex_formatF( const StringT& Fmt, match_flag_type Flags=format_default ) : in regex_formatF() argument
39 result_type operator()( in operator ()()
52 const StringT& m_Fmt;
53 match_flag_type m_Flags;