ManaPlus
Static Public Member Functions
doctest::detail::StringStreamBase< true > Struct Reference

#include <doctest.h>

Static Public Member Functions

template<typename T >
static void convert (std::ostream *s, const T &in)
 

Detailed Description

Definition at line 1491 of file doctest.h.

Member Function Documentation

◆ convert()

template<typename T >
static void doctest::detail::StringStreamBase< true >::convert ( std::ostream *  s,
const T &  in 
)
inlinestatic

Definition at line 1494 of file doctest.h.

1494  {
1495  *s << in;
1496  }

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