![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include "vccc/__core/ignore_dumb_diagnostics_push.hpp"#include "vccc/__iterator/indirect_result_t.hpp"#include "vccc/__iterator/indirectly_readable.hpp"#include "vccc/__iterator/indirectly_regular_unary_invocable.hpp"#include "vccc/__iterator/iter_difference_t.hpp"#include "vccc/__iterator/weakly_incrementable.hpp"#include "vccc/__type_traits/conjunction.hpp"#include "vccc/__type_traits/has_typename_type.hpp"#include "vccc/__type_traits/remove_cvref.hpp"#include "vccc/__core/ignore_dumb_diagnostics_pop.hpp"Go to the source code of this file.
Namespaces | |
| vccc | |
Typedefs | |
| template<typename I , typename Proj > | |
| using | projected = typename detail::projected_impl< I, Proj >::type |
| template<typename I , typename Proj > | |
| using | projectable = has_typename_type< detail::projected_impl< I, Proj > > |
Test if expression vccc::projected<I, Proj> is valid in an unqualified context. More... | |