Euphoria
Macros
pch.public.h File Reference
#include <fmt/core.h>
#include <fmt/format.h>
#include <fmt/ranges.h>

Go to the source code of this file.

Macros

#define ADD_CATCH_FORMATTER_DEF(TYPE)
 
#define ADD_CATCH_FORMATTER_IMPL(TYPE)
 

Macro Definition Documentation

◆ ADD_CATCH_FORMATTER_DEF

#define ADD_CATCH_FORMATTER_DEF (   TYPE)
Value:
std::ostream& \
operator<<(std::ostream& stream, const TYPE& v);

Definition at line 22 of file pch.public.h.

◆ ADD_CATCH_FORMATTER_IMPL

#define ADD_CATCH_FORMATTER_IMPL (   TYPE)
Value:
std::ostream& \
operator<<(std::ostream& stream, const TYPE& v) \
{ \
return stream << ::eu::string_from(v); \
}
std::string string_from(const An &a)

Definition at line 26 of file pch.public.h.