![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <type_traits>
#include <utility>
#include "vccc/__concepts/derived_from_single_crtp.hpp"
#include "vccc/__concepts/different_from.hpp"
#include "vccc/__ranges/range.hpp"
#include "vccc/__ranges/range_adaptor_closure.hpp"
#include "vccc/__ranges/range_reference_t.hpp"
#include "vccc/__ranges/range_value_t.hpp"
#include "vccc/__ranges/view.hpp"
#include "vccc/__ranges/view_interface.hpp"
#include "vccc/__ranges/viewable_range.hpp"
#include "vccc/__ranges/views/all.hpp"
#include "vccc/__ranges/views/join_with_view.hpp"
#include "vccc/__ranges/views/single.hpp"
#include "vccc/__type_traits/is_implicitly_constructible.hpp"
Go to the source code of this file.
Classes | |
struct | first_template_arg< Class< T1, Ts... > > |
class | join_with_adaptor< Pattern > |
struct | join_with_niebloid |
Namespaces | |
vccc | |
vccc::ranges | |
vccc::ranges::views | |
vccc::ranges::views::detail | |
Typedefs | |
template<typename T > | |
using | first_template_arg_t = typename first_template_arg< T >::type |
Variables | |
constexpr VCCC_INLINE_OR_STATIC detail::join_with_niebloid | join_with {} |