![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include "vccc/__concepts/invocable.hpp"
#include "vccc/__functional/invoke.hpp"
#include "vccc/__iterator/indirectly_readable.hpp"
#include "vccc/__iterator/iter_reference_t.hpp"
#include "vccc/__type_traits/conjunction.hpp"
#include "vccc/__type_traits/has_typename_type.hpp"
Go to the source code of this file.
Classes | |
struct | indirect_result< F, Is > |
Namespaces | |
vccc | |
Typedefs | |
template<typename F , typename... Is> | |
using | indirect_result_t = typename indirect_result< F, Is... >::type |