MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / two_ctors

Method two_ctors

test/composition_test.cpp:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226
227 struct two_ctors {
228 two_ctors(int, int)
229 : val_(1)
230 {
231 }
232 two_ctors(std::initializer_list<int>)
233 : val_(2)
234 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected