Home
last modified time | relevance | path

Searched refs:as_unescaped_string (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/wave/samples/preprocess_pragma_output/
Dpreprocess_pragma_output.hpp18 as_unescaped_string(Iterator it, Iterator const& end) in as_unescaped_string() function
45 as_unescaped_string(Container const &token_sequence) in as_unescaped_string() function
47 return as_unescaped_string<String>(token_sequence.begin(), in as_unescaped_string()
132 std::string s (as_unescaped_string<std::string>(values)); in interpret_pragma()