#include <algorithm>
#include <regex>
#include <string>
#include <utility>
#include <vector>
#include "prettyprint.hpp"
#include "util.hpp"
Go to the source code of this file.
|
template<> |
std::string | CppSpec::Pretty::to_word< std::true_type > (const std::true_type &) |
|
template<> |
std::string | CppSpec::Pretty::to_word< std::false_type > (const std::false_type &) |
|
template<> |
std::string | CppSpec::Pretty::inspect_object< std::string > (const std::string &o) |
| Specialization for C++ STL strings.
|
|
template<> |
std::string | CppSpec::Pretty::inspect_object< std::string_view > (const std::string_view &o) |
|
◆ Pretty::inspect_object< std::string >()
template<>
std::string CppSpec::Pretty::inspect_object< std::string > |
( |
const std::string & | o | ) |
|
|
inline |
Specialization for C++ STL strings.
- Parameters
-
- Returns
- the generated string