VCCC  2024.05
VisualCamp Common C++ library
projected.hpp File Reference

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...