#include <algorithm>
#include <type_traits>
#include <utility>
#include "absl/meta/type_traits.h"
Go to the source code of this file.
Namespaces | |
absl | |
absl::base_internal | |
Functions | |
template<typename F , typename... Args> | |
invoke_result_t< F, Args... > | absl::base_internal::invoke (F &&f, Args &&... args) |