Searched refs:InClassInit (Results 1 – 2 of 2) sorted by relevance
39 struct InClassInit { struct42 InClassInit(); argument51 void InClassInit::test_class() { in test_class()53 InClassInit test_one; in test_class()55 InClassInit test_two{Tag1{}}; in test_class()57 InClassInit test_three{Tag2{}}; in test_class()59 InClassInit test_four(Tag3{}); in test_class()63 InClassInit test_five(Tag4{}); in test_class()71 InClassInit::InClassInit() = default;73 InClassInit::InClassInit(Tag3, int l) : Init(l) {} in InClassInit() function in InClassInit[all …]
124 struct InClassInit { struct