#include "absl/types/any.h"
#include <typeinfo>
#include <vector>
#include "gtest/gtest.h"
#include "absl/base/internal/exception_safety_testing.h"
Go to the source code of this file.
Typedefs | |
using | NoThrowMoveThrower = testing::ThrowingValue< testing::TypeSpec::kNoThrowMove > |
using | Thrower = testing::ThrowingValue<> |
using | ThrowerList = std::initializer_list< Thrower > |
using | ThrowerVec = std::vector< Thrower > |
using | ThrowingAlloc = testing::ThrowingAllocator< Thrower > |
using | ThrowingThrowerVec = std::vector< Thrower, ThrowingAlloc > |
Definition at line 25 of file any_exception_safety_test.cc.
using Thrower = testing::ThrowingValue<> |
Definition at line 23 of file any_exception_safety_test.cc.
using ThrowerList = std::initializer_list<Thrower> |
Definition at line 26 of file any_exception_safety_test.cc.
using ThrowerVec = std::vector<Thrower> |
Definition at line 27 of file any_exception_safety_test.cc.
Definition at line 28 of file any_exception_safety_test.cc.
using ThrowingThrowerVec = std::vector<Thrower, ThrowingAlloc> |
Definition at line 29 of file any_exception_safety_test.cc.