Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
static 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_array
Function · 0.85
greet
Function · 0.85
calculator.cpp
File · 0.85
Calls
3
for_
Function · 0.85
end
Function · 0.85
putc_
Function · 0.85
Tested by
no test coverage detected