Searched defs:non_trivial_constructor (Results 1 – 2 of 2) sorted by relevance
3 struct non_trivial_constructor { struct4 constexpr non_trivial_constructor() : x(100) { } in non_trivial_constructor() argument10 non_trivial_constructor b; argument
150 struct non_trivial_constructor { struct151 constexpr non_trivial_constructor() : x(100) {} in non_trivial_constructor() function152 int x;