Records

Functions

  • template <typename T, typename... Args>
    void PlacementNew (absl::Nonnull<void *> p, Args &&... args)

    Construct an instance of T in `p` through placement new, passing Args... to

    the constructor.

    This abstraction is here mostly for the gcc performance fix.

    Defined at line 137 of file ../../third_party/abseil-cpp/absl/status/internal/statusor_internal.h

  • template <typename T, typename U>
    void test (char (*)[sizeof (std::declval<U>().operator StatusOr<T>())] )
  • void ThrowBadStatusOrAccess (absl::Status status)