Searched defs:small_type (Results 1 – 4 of 4) sorted by relevance
70 struct small_type struct79 small_type::copied = 0; in reset() argument87 explicit small_type(int val) : value(val) { in small_type() function91 small_type(small_type const & other) throw() { in throw() argument98 small_type(small_type& other) throw() { in throw() argument105 small_type(small_type && other) throw() { in throw() argument112 ~small_type() { in ~small_type() argument119 small_type& operator=(small_type&&) = delete; argument
101 struct small_type struct110 small_type::copied = 0; in reset() argument118 explicit small_type(int val = 0) : value(val) { in value() argument121 explicit small_type(int, int val, int) : value(val) { in small_type() argument124 small_type(std::initializer_list<int> il) : value(*il.begin()) { in small_type() argument128 small_type(small_type const & other) noexcept { in small_type() argument135 small_type(small_type& other) noexcept { in small_type() argument142 small_type(small_type && other) noexcept { in small_type() argument149 ~small_type() { in ~small_type() argument156 small_type& operator=(small_type&&) = delete; argument
77 struct small_type struct86 small_type::copied = 0; in reset() argument94 explicit small_type(int val) : value(val) { in small_type() argument98 small_type(small_type const & other) throw() { in throw() argument105 small_type(small_type& other) throw() { in throw() argument112 small_type(small_type && other) throw() { in throw() argument119 ~small_type() { in ~small_type() argument126 small_type& operator=(small_type&&) = delete; argument
102 struct small_type struct111 small_type::copied = 0; in reset() argument119 explicit small_type(int val = 0) : value(val) { in value() argument122 explicit small_type(int, int val, int) : value(val) { in small_type() argument125 small_type(std::initializer_list<int> il) : value(*il.begin()) { in small_type() function129 small_type(small_type const & other) noexcept { in small_type() function136 small_type(small_type& other) noexcept { in small_type() argument143 small_type(small_type && other) noexcept { in small_type() function150 ~small_type() { in ~small_type() argument157 small_type& operator=(small_type&&) = delete; argument