Searched defs:small_type (Results 1 – 2 of 2) sorted by relevance
75 struct small_type struct84 small_type::copied = 0; in reset() argument92 explicit small_type(int val) : value(val) { in small_type() argument96 small_type(small_type const & other) throw() { in throw() argument103 small_type(small_type& other) throw() { in throw() argument110 small_type(small_type && other) throw() { in throw() argument117 ~small_type() { in ~small_type() argument124 small_type& operator=(small_type&&) = delete; argument
99 struct small_type struct108 small_type::copied = 0; in reset() argument116 explicit small_type(int val = 0) : value(val) { in value() argument119 explicit small_type(int, int val, int) : value(val) { in small_type() argument122 small_type(std::initializer_list<int> il) : value(*il.begin()) { in small_type() argument126 small_type(small_type const & other) noexcept { in small_type() function133 small_type(small_type& other) noexcept { in small_type() argument140 small_type(small_type && other) noexcept { in small_type() function147 ~small_type() { in ~small_type() argument154 small_type& operator=(small_type&&) = delete; argument