METATEST_DEFINE_TO_STREAM_FOR_SIMPLE_TYPE

Synopsis

#define METATEST_DEFINE_TO_STREAM_FOR_SIMPLE_TYPE(name) \
  // unspecified

Description

Defines an overload of to_stream for the type name.

#include <metatest/to_stream_fwd.hpp>

Example

class custom_type;

METATEST_DEFINE_TO_STREAM_FOR_SIMPLE_TYPE(custom_type)

[up]