Records
Functions
-
template <bool condition,typename TrueFunc,typename FalseFunc,typename... Args>auto IfConstexprElse (TrueFunc &&true_func,FalseFunc &&false_func,Args &&...args)Defined at line 52 of file ../../third_party/abseil-cpp/src/absl/utility/internal/if_constexpr.h
-
template <bool condition,typename Func,typename... Args>void IfConstexpr (Func && func, Args &&... args)Defined at line 60 of file ../../third_party/abseil-cpp/src/absl/utility/internal/if_constexpr.h
-
template <typename Functor,typename Tuple,std::size_t... Indexes>decltype(absl::base_internal::invoke(absl::forward<Functor>(functor), std::get<Indexes>(absl::forward<Tuple>(t))...)) apply_helper (Functor &&functor,Tuple &&t,index_sequence<Indexes...>)Helper method for expanding tuple into a called method.
Defined at line 156 of file ../../third_party/abseil-cpp/src/absl/utility/utility.h
-
template <typename Ttypename Tuplesize_t... I>T make_from_tuple_impl (Tuple && tup, absl::index_sequence<I...> )Defined at line 240 of file ../../third_party/abseil-cpp/src/absl/utility/utility.h