Namespaces | Defines | Enumerations
type_traits_test.cc File Reference
#include "absl/meta/type_traits.h"
#include <cstdint>
#include <string>
#include <type_traits>
#include <utility>
#include <vector>
#include "gtest/gtest.h"
Include dependency graph for type_traits_test.cc:

Go to the source code of this file.

Namespaces

namespace  adl_namespace

Defines

#define ABSL_INTERNAL_EXPECT_ALIAS_EQUIVALENCE(trait_name,...)
#define ABSL_TRIVIALLY_CONSTRUCTIBLE_VERIFY_TRIVIALLY_DESTRUCTIBLE   1
#define ABSL_TRIVIALLY_DESTRUCTIBLE_CONSIDER_DELETED_DESTRUCTOR_NOT_TRIVIAL   1

Enumerations

enum  TypeEnum

Define Documentation

#define ABSL_INTERNAL_EXPECT_ALIAS_EQUIVALENCE (   trait_name,
  ... 
)
Value:
EXPECT_TRUE((std::is_same<typename std::trait_name<__VA_ARGS__>::type, \
                            absl::trait_name##_t<__VA_ARGS__>>::value))

Definition at line 928 of file type_traits_test.cc.

Definition at line 362 of file type_traits_test.cc.

Definition at line 372 of file type_traits_test.cc.


Enumeration Type Documentation

enum TypeEnum

Definition at line 1124 of file type_traits_test.cc.



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