any_helpers.h | 179 struct large_type struct 188 large_type::copied = 0; 189 large_type::moved = 0; 190 large_type::const_copied = 0; 191 large_type::non_const_copied = 0; 196 large_type(int val = 0) : value(val) { function in struct:large_type 200 large_type(int, int val, int) : value(val) { function in struct:large_type 204 large_type(std::initializer_list<int> il) : value(*il.begin()) { function in struct:large_type 207 large_type(large_type const & other) function in struct:large_type 214 large_type(large_type & other) { function in struct:large_type 221 large_type(large_type && other) { function in struct:large_type [all...] |