Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
doctest::detail::filldata< const char[N]> Struct Template Reference

#include <doctest.h>

Static Public Member Functions

static void fill (std::ostream *stream, const char(&in)[N])
 

Detailed Description

template<size_t N>
struct doctest::detail::filldata< const char[N]>

Definition at line 1180 of file doctest.h.

Member Function Documentation

◆ fill()

template<size_t N>
static void doctest::detail::filldata< const char[N]>::fill ( std::ostream * stream,
const char(&) in[N] )
inlinestatic

Definition at line 1181 of file doctest.h.

1181 {
1182 *stream << String(in, in[N - 1] ? N : N - 1);
1183 } // NOLINT(clang-analyzer-cplusplus.NewDeleteLeaks)

The documentation for this struct was generated from the following file: