Searched defs:small_type (Results 1 – 2 of 2) sorted by relevance
77 struct small_type struct86 small_type::copied = 0; in reset() argument94 explicit small_type(int val) : value(val) { in small_type() function98 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() function125 small_type(std::initializer_list<int> il) : value(*il.begin()) { in small_type() function129 small_type(small_type const & other) noexcept { in small_type() argument136 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