MCPcopy Create free account
hub / github.com/Compaile/ctrack / StringMaker

Class StringMaker

test/doctest.h:1081–1083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1079
1080template <typename T>
1081struct StringMaker : public detail::StringMakerBase<
1082 detail::has_insertion_operator<T>::value || detail::types::is_pointer<T>::value || detail::types::is_array<T>::value>
1083{};
1084
1085#ifndef DOCTEST_STRINGIFY
1086#ifdef DOCTEST_CONFIG_DOUBLE_STRINGIFY

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected