Public Member Functions | |
IncrementInDtorCopyCanThrow (const IncrementInDtorCopyCanThrow &other) | |
IncrementInDtorCopyCanThrow (const IncrementInDtorCopyCanThrow &other) | |
IncrementInDtorCopyCanThrow (IncrementInDtorCopyCanThrow &&other) noexcept=default | |
IncrementInDtorCopyCanThrow (IncrementInDtorCopyCanThrow &&other) noexcept=default | |
IncrementInDtorCopyCanThrow (int *counter) | |
IncrementInDtorCopyCanThrow (int *counter) | |
IncrementInDtorCopyCanThrow & | operator= (IncrementInDtorCopyCanThrow &&) noexcept=default |
IncrementInDtorCopyCanThrow & | operator= (IncrementInDtorCopyCanThrow &&) noexcept=default |
IncrementInDtorCopyCanThrow & | operator= (IncrementInDtorCopyCanThrow const &other) |
IncrementInDtorCopyCanThrow & | operator= (IncrementInDtorCopyCanThrow const &other) |
~IncrementInDtorCopyCanThrow () | |
~IncrementInDtorCopyCanThrow () | |
Public Attributes | |
int * | counter |
Definition at line 195 of file abseil-cpp/absl/types/variant_test.cc.
|
inlineexplicit |
Definition at line 196 of file abseil-cpp/absl/types/variant_test.cc.
|
defaultnoexcept |
|
inline |
Definition at line 199 of file abseil-cpp/absl/types/variant_test.cc.
|
inline |
Definition at line 208 of file abseil-cpp/absl/types/variant_test.cc.
|
inlineexplicit |
Definition at line 196 of file bloaty/third_party/abseil-cpp/absl/types/variant_test.cc.
|
defaultnoexcept |
|
inline |
Definition at line 199 of file bloaty/third_party/abseil-cpp/absl/types/variant_test.cc.
|
inline |
Definition at line 208 of file bloaty/third_party/abseil-cpp/absl/types/variant_test.cc.
|
defaultnoexcept |
|
defaultnoexcept |
|
inline |
Definition at line 203 of file bloaty/third_party/abseil-cpp/absl/types/variant_test.cc.
|
inline |
Definition at line 203 of file abseil-cpp/absl/types/variant_test.cc.
int * absl::ABSL_NAMESPACE_BEGIN::IncrementInDtorCopyCanThrow::counter |
Definition at line 209 of file abseil-cpp/absl/types/variant_test.cc.