Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Extra-Creativity/Modern-Cpp-Basics
/ B
Class
B
04-Ranges & Algorithms/examples/07-functional.cpp:4–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include <print>
3
4
struct B
5
{
6
int b;
7
void test(int a)
8
{
9
b = 3;
10
std::println(
"{}, {}"
, a, b);
11
}
12
};
13
14
int main()
15
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected