![]()  | 
  
    VCCC
    2024.05
    
   VisualCamp Common C++ library 
   | 
  
 
#include <algorithm>#include <cstddef>#include <type_traits>#include "vccc/__core/decay_copy.hpp"#include "vccc/__concepts/convertible_to.hpp"#include "vccc/__ranges/begin.hpp"#include "vccc/__ranges/end.hpp"#include "vccc/__ranges/subrange.hpp"#include "vccc/__ranges/range.hpp"#include "vccc/__ranges/range_adaptor.hpp"#include "vccc/__ranges/range_adaptor_closure.hpp"#include "vccc/__ranges/range_difference_t.hpp"#include "vccc/__ranges/views/all.hpp"#include "vccc/__ranges/views/empty_view.hpp"#include "vccc/__ranges/views/iota_view.hpp"#include "vccc/__ranges/views/repeat.hpp"#include "vccc/__ranges/views/repeat_view.hpp"#include "vccc/__ranges/views/take_view.hpp"#include "vccc/span.hpp"#include "vccc/string_view.hpp"#include "vccc/__type_traits/detail/return_category.hpp"#include "vccc/__type_traits/is_specialization.hpp"#include "vccc/__type_traits/negation.hpp"#include "vccc/__type_traits/remove_cvref.hpp"#include "vccc/__type_traits/type_identity.hpp"Go to the source code of this file.
Classes | |
| struct | take_niebloid | 
Namespaces | |
| vccc | |
| vccc::ranges | |
| vccc::ranges::views | |
| vccc::ranges::views::detail | |
Variables | |
| constexpr VCCC_INLINE_OR_STATIC detail::take_niebloid | take {} |