Home | History | Annotate | Download | only in unit

Lines Matching defs:MovableStruct

62 struct MovableStruct {
63 MovableStruct() { ++nb_dft_construct_call; }
64 MovableStruct(MovableStruct const&) { ++nb_cpy_construct_call; }
67 MovableStruct(std::__move_source<MovableStruct>)
69 MovableStruct(__move_source<MovableStruct>)
73 ~MovableStruct() { ++nb_destruct_call; }
75 MovableStruct& operator = (const MovableStruct&) {
94 //we give MovableStruct the same size in order to have expected allocation