mimic++ v2
Loading...
Searching...
No Matches
Printer.hpp File Reference
#include "mimic++/Fwd.hpp"
#include "mimic++/String.hpp"
#include "mimic++/TypeTraits.hpp"
#include "mimic++/Utility.hpp"
#include <cstdint>
#include <functional>
#include <iterator>
#include <ranges>
#include <source_location>
#include <sstream>
#include <string>
#include <string_view>
#include <utility>
#include <format>
Include dependency graph for Printer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mimicpp::format::formatter< mimicpp::ValueCategory, mimicpp::CharT >
 
struct  mimicpp::format::formatter< mimicpp::Constness, mimicpp::CharT >
 

Namespaces

namespace  mimicpp
 
namespace  mimicpp::format
 
namespace  mimicpp::custom
 

Concepts

concept  mimicpp::print_iterator
 
concept  mimicpp::printer_for
 

Typedefs

using mimicpp::StringViewT = std::basic_string_view<CharT, CharTraitsT>
 
using mimicpp::StringStreamT = std::basic_ostringstream<CharT, CharTraitsT>
 

Variables

constexpr detail::PrintFn mimicpp::print {}
 Functional object, converting the given object to its textual representation.