Template Function dbg_macro::prettyPrint(std::ostream&, const char(&))¶
Defined in File dbg.hpp
Function Documentation¶
Warning
doxygenfunction: Unable to resolve function “dbg_macro::prettyPrint” with arguments (std::ostream&, const char (&)) in doxygen xml output for project “BlazingSQL Engine” from directory: ./xml. Potential matches:
- template<> bool prettyPrint(std::ostream &stream, const bool &value)
- template<> bool prettyPrint(std::ostream &stream, const char &value)
- template<> bool prettyPrint(std::ostream &stream, const char *const &value)
- template<> bool prettyPrint(std::ostream &stream, const std::string &value)
- template<int N> bool prettyPrint(std::ostream &stream, const char (&value)[N])
- template<typename Container> std::enable_if<has_begin_end_size<Container>::value, bool>::type prettyPrint(std::ostream &stream, Container const &value)
- template<typename P> bool prettyPrint(std::ostream &stream, P *const &value)
- template<typename T> std::enable_if<!has_begin_end_size<T>::value, bool>::type prettyPrint(std::ostream &stream, const T &value)