Typedefs
any_exception_safety_test.cc File Reference
#include "absl/types/any.h"
#include <typeinfo>
#include <vector>
#include "gtest/gtest.h"
#include "absl/base/internal/exception_safety_testing.h"
Include dependency graph for any_exception_safety_test.cc:

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 >
 

Typedef Documentation

Definition at line 25 of file any_exception_safety_test.cc.

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.



abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:19:59