MCPcopy Create free account
hub / github.com/SheafificationOfG/based-cpp / puts

Function puts

gil/std.str.hpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57static constexpr auto puts(auto str) noexcept {
58 using _impl_::idx;
59 return for_(idx = 0, !end(str[*idx]), ++idx)(putc_(str[*idx]));
60}
61
62} // namespace str
63} // namespace std

Callers 3

write_arrayFunction · 0.85
greetFunction · 0.85
calculator.cppFile · 0.85

Calls 3

for_Function · 0.85
endFunction · 0.85
putc_Function · 0.85

Tested by

no test coverage detected