id stringlengths 16 145 | text stringlengths 1 179k | title stringclasses 1
value |
|---|---|---|
C++_Ranges_library/C++_Ranges_library_150_16.txt | p "cpp/header/map") [ ` <set> ` ](/w/cpp/header/set "cpp/header/set") | (C++14) | [ N3657 ](https://wg21.link/N3657)
` __cpp_lib_generic_ unordered_lookup ` | Heterogeneous comparison lookup in [ unordered associative containers ](/w/cpp/container#Unordered_associative_containers "cpp/container") | 201811L | ... | |
C++_Ranges_library/C++_Ranges_library_27_2.txt | es/join_with_view
"cpp/ranges/join with view") (C++23) (C++23)
[ lazy_split_view views::lazy_split ](/w/cpp/ranges/lazy_split_view
"cpp/ranges/lazy split view")
[ split_view views::split ](/w/cpp/ranges/split_view "cpp/ranges/split
view")
[ views::counted ](/w/cpp/ranges/view_counted "cpp/ranges/view counte... | |
C++_Ranges_library/C++_Ranges_library_109_34.txt | COMPILER_FEATURE_ENTRY(202306L, __cpp_lib_not_fn)
COMPILER_FEATURE_ENTRY(202311L, __cpp_lib_out_ptr)
COMPILER_FEATURE_ENTRY(202311L, __cpp_lib_ranges_as_const)
COMPILER_FEATURE_ENTRY(202306L, __cpp_lib_ratio)
COMPILER_FEATURE_ENTRY(202306L, __cpp_lib_rcu)
COMPILER_FEATURE... | |
C++_Ranges_library/C++_Ranges_library_23_9.txt | ](/w/cpp/ranges/adjacent_view "cpp/ranges/adjacent view") (C++23) | a [ ` view ` ](/w/cpp/ranges/view "cpp/ranges/view") consisting of tuples of references to adjacent elements of the adapted view
(class template) (range adaptor object) [ [edit]
](https://en.cppreference.com/mwiki/index.php?title=Template:cpp/r... | |
C++_Ranges_library/C++_Ranges_library_17_0.txt | ##### [ cppreference.com ](/)
[ Create account
](/mwiki/index.php?title=Special:UserLogin&returnto=cpp%2Futility%2Fforward%29&type=signup)
* [ Log in ](/mwiki/index.php?title=Special:UserLogin&returnto=cpp%2Futility%2Fforward%29 "You are encouraged to log in; however, it is not mandatory \[o\]")
##### Namespaces... | |
C++_Ranges_library/C++_Ranges_library_126_16.txt | p "cpp/header/map") [ ` <set> ` ](/w/cpp/header/set "cpp/header/set") | (C++14) | [ N3657 ](https://wg21.link/N3657)
` __cpp_lib_generic_ unordered_lookup ` | Heterogeneous comparison lookup in [ unordered associative containers ](/w/cpp/container#Unordered_associative_containers "cpp/container") | 201811L | ... | |
C++_Ranges_library/param-pack.html4_88_0.txt | # Conclusion
As C++ evolves, many old, error-prone, and frankly disgusting idioms are no
longer necessary and should be eliminated. For instance, you should never
again rely on SFINAE now that we have concepts . Similarly, itâs time to
update our variadic function idioms to leverage the new language features.
C... | |
C++_Ranges_library/C++_Ranges_library_0_4.txt | td::jthread ](/w/cpp/thread/jthread "cpp/thread/jthread") s
(class) [ [edit]
](https://en.cppreference.com/mwiki/index.php?title=Template:cpp/thread/dsc_stop_source&action=edit)
[ stop_callback ](/w/cpp/thread/stop_callback "cpp/thread/stop callback") (C++20) | an interface for registering callbacks on [ std:... | |
C++_Ranges_library/C++_Ranges_library_153_16.txt | p "cpp/header/map") [ ` <set> ` ](/w/cpp/header/set "cpp/header/set") | (C++14) | [ N3657 ](https://wg21.link/N3657)
` __cpp_lib_generic_ unordered_lookup ` | Heterogeneous comparison lookup in [ unordered associative containers ](/w/cpp/container#Unordered_associative_containers "cpp/container") | 201811L | ... | |
C++_Ranges_library/C++_Ranges_library_25_7.txt | copy_n ](/w/cpp/algorithm/ranges/copy_n "cpp/algorithm/ranges/copy n") (C++20) | copies a number of elements to a new location
(niebloid) [ [edit]
](https://en.cppreference.com/mwiki/index.php?title=Template:cpp/algorithm/ranges/dsc_copy_n&action=edit)
Retrieved from " [
https://en.cppreference.com/mwiki/in... | |
C++_Ranges_library/C++_Ranges_library_157_8.txt | range adaptor object) [ [edit]
](https://en.cppreference.com/mwiki/index.php?title=Template:cpp/ranges/dsc_lazy_split_view&action=edit)
[ views::counted ](/w/cpp/ranges/view_counted "cpp/ranges/view counted") (C++20) | creates a subrange from an iterator and a count
(customization point object) [ [edit]
](htt... | |
C++_Ranges_library/C++_Ranges_library_150_34.txt | COMPILER_FEATURE_ENTRY(202306L, __cpp_lib_not_fn)
COMPILER_FEATURE_ENTRY(202311L, __cpp_lib_out_ptr)
COMPILER_FEATURE_ENTRY(202311L, __cpp_lib_ranges_as_const)
COMPILER_FEATURE_ENTRY(202306L, __cpp_lib_ratio)
COMPILER_FEATURE_ENTRY(202306L, __cpp_lib_rcu)
COMPILER_FEATURE... | |
C++_Ranges_library/C++_Ranges_library_69_0.txt | ##### [ cppreference.com ](/)
[ Log in
](/mwiki/index.php?title=Special:UserLogin&returnto=cpp%2Franges%2Fref+view
"You are encouraged to log in; however, it is not mandatory \[o\]")
##### Namespaces
* [ Page ](/w/cpp/ranges/ref_view "View the content page \[c\]")
* [ Discussion ](/mwiki/index.php?title=Talk:c... | |
C++_Ranges_library/C++_Ranges_library_137_3.txt | [ `
range ` ](/w/cpp/ranges/range "cpp/ranges/range") is a ` view ` . /*is-
derived-from-view-interface*/ < T > is true if and only if ` T ` has
exactly one public base class [ ranges:: view_interface
](http://en.cppreference.com/w/cpp/ranges/view_interface) < U > for some type
` U ` , and ` T ` has no base cl... | |
C++_Ranges_library/C++_Ranges_library_29_19.txt | [ ` <mdspan> ` ](/w/cpp/header/mdspan "cpp/header/mdspan") | (C++23) | [ P0009R18 ](https://wg21.link/P0009R18)
[ P2599R2 ](https://wg21.link/P2599R2)
[ P2604R0 ](https://wg21.link/P2604R0)
[ P2613R1 ](https://wg21.link/P2613R1)
` __cpp_lib_memory_resource ` | [ std::pmr::memory_resource ](/w/cpp/memory/me... | |
C++_Ranges_library/C++_Ranges_library_21_4.txt | tion is defined
(named requirement)
[ Predicate ](/w/cpp/named_req/Predicate "cpp/named req/Predicate") | a [ FunctionObject ](/w/cpp/named_req/FunctionObject "cpp/named req/FunctionObject") that returns a value convertible to bool for one argument without modifying it
(named requirement)
[ BinaryPredica... | |
C++_Ranges_library/C++_Ranges_library_141_31.txt | 01907L, __cpp_lib_barrier)
COMPILER_FEATURE_ENTRY(201907L, __cpp_lib_bind_front)
COMPILER_FEATURE_ENTRY(201806L, __cpp_lib_bit_cast)
COMPILER_FEATURE_ENTRY(201907L, __cpp_lib_bitops)
COMPILER_FEATURE_ENTRY(201902L, __cpp_lib_bounded_array_traits)
COMPILER_FEATURE_ENTRY(201907L, _... | |
C++_Ranges_library/C++_Ranges_library_9_12.txt | ator \- > ( ) ; } ) ; | (2) | ( exposition only* )
template < class T, class U >
concept /* different-from */ =
! [ std:: same_as ](http://en.cppreference.com/w/cpp/concepts/same_as) < [ std:: remove_cvref_t ](http://en.cppreference.com/w/cpp/types/remove_cvref) < T > , [ std:: remove_... | |
C++_Ranges_library/C++_Ranges_library_44_0.txt | ##### [ cppreference.com ](/)
[ Log in ](/mwiki/index.php?title=Special:UserLogin&returnto=cpp%2Franges "You
are encouraged to log in; however, it is not mandatory \[o\]")
##### Namespaces
* [ Page ](/w/cpp/ranges "View the content page \[c\]")
* [ Discussion ](/mwiki/index.php?title=Talk:cpp/ranges&action=edi... | |
C++_Ranges_library/C++_Ranges_library_40_8.txt | &action=edit§ion=8 "Edit
section: References") ] References
* C++23 standard (ISO/IEC 14882:2023):
* 26.7.28 Chunk view [range.chunk]
### [ [ edit
](/mwiki/index.php?title=cpp/ranges/chunk_view&action=edit§ion=9 "Edit
section: See also") ] See also
[ ranges::chunk_by_view views::chunk_by ](... | |
C++_Ranges_library/C++_Ranges_library_41_5.txt | t)
Retrieved from " [
https://en.cppreference.com/mwiki/index.php?title=cpp/ranges/size&oldid=161839
](https://en.cppreference.com/mwiki/index.php?title=cpp/ranges/size&oldid=161839)
"
##### Navigation
* [ Support us ](http://www.cppreference.com/support)
* [ Recent changes ](/w/Special:RecentChanges "A lis... | |
C++_Ranges_library/C++_Ranges_library_9_11.txt | > )
return const_cast < const R & > ( r ) ;
else
return r ;
} | (1) | ( exposition only* )
---|---|---
template < class T >
constexpr auto /* as-const-pointer */ ( const T * p ) noexcept
{
return p ;
} | (2) | ( exposition only* )
| |
Some range access ... | |
C++_Ranges_library/C++_Ranges_library_9_1.txt | ](/w/cpp/ranges/iterator_t "cpp/ranges/iterator t")
(C++23)
---
| [ elements_of ](/w/cpp/ranges/elements_of "cpp/ranges/elements of")
(C++23)
---
[ Dangling iterator handling ](/w/cpp/ranges#Dangling_iterator_handling
"cpp/ranges")
| [ dangling ](/w/cpp/ranges/dangling "cpp/... | |
C++_Ranges_library/C++_Ranges_library_70_17.txt | ader/functional") | (C++17) | [ N4169 ](https://wg21.link/N4169)
` __cpp_lib_invoke_r ` | [ ` std::invoke_r ` ](/w/cpp/utility/functional/invoke "cpp/utility/functional/invoke") | 202106L | [ ` <functional> ` ](/w/cpp/header/functional "cpp/header/functional") | (C++23) | [ P2136R3 ](https://wg21.link/P2136... | |
C++_Ranges_library/C++_Ranges_library_106_2.txt | azy_split ](/w/cpp/ranges/lazy_split_view
"cpp/ranges/lazy split view")
[ split_view views::split ](/w/cpp/ranges/split_view "cpp/ranges/split
view")
[ views::counted ](/w/cpp/ranges/view_counted "cpp/ranges/view counted")
[ common_view views::common ](/w/cpp/ranges/common_view "cpp/ranges/common
view")
... | |
C++_Ranges_library/C++_Ranges_library_73_14.txt | d ](/w/cpp/thread/thread/id "cpp/thread/thread/id") and [ ` std::stacktrace ` ](/w/cpp/utility/basic_stacktrace "cpp/utility/basic stacktrace") | 202302L | [ ` <stacktrace> ` ](/w/cpp/header/stacktrace "cpp/header/stacktrace") [ ` <thread> ` ](/w/cpp/header/thread "cpp/header/thread") | (C++23) | [ P2693R1 ](http... | |
C++_Ranges_library/checking-cin-input-stream-produces-an-integer9_58_0.txt | 2,036 2 2 gold badges 28 28 silver badges 50 50 bronze badges
answered Dec 26, 2017 at 21:24 | |
C++_Ranges_library/what-will-be-the-output-of-the-following-c-code--5ab8a41bc56b6664bc9bacdd8_4_0.txt | What will be the output of the following C code?
#include <stdio.h> | |
C++_Ranges_library/C++_Ranges_library_125_0.txt | ##### [ cppreference.com ](/)
[ Create account
](/mwiki/index.php?title=Special:UserLogin&returnto=cpp%2Futility%2Fapply%29&type=signup)
* [ Log in ](/mwiki/index.php?title=Special:UserLogin&returnto=cpp%2Futility%2Fapply%29 "You are encouraged to log in; however, it is not mandatory \[o\]")
##### Namespaces
... | |
C++_Ranges_library/C++_Ranges_library_150_30.txt | que_object_representations)
COMPILER_FEATURE_ENTRY(201603L, __cpp_lib_hypot)
COMPILER_FEATURE_ENTRY(201505L, __cpp_lib_incomplete_container_elements)
COMPILER_FEATURE_ENTRY(201411L, __cpp_lib_invoke)
COMPILER_FEATURE_ENTRY(201703L, __cpp_lib_is_aggregate)
COMPILER_FEATURE_ENTRY(2... | |
C++_Ranges_library/C++_Ranges_library_126_18.txt | e") ) | 202306L | [ ` <type_traits> ` ](/w/cpp/header/type_traits "cpp/header/type traits") | (C++26) | [ P2641R4 ](https://wg21.link/P2641R4)
` __cpp_lib_jthread ` | [ Stop token ](/w/cpp/thread/stop_token "cpp/thread/stop token") and [ joining thread ](/w/cpp/thread/jthread "cpp/thread/jthread") | 201911L ... | |
C++_Ranges_library/C++_Ranges_library_96_2.txt | appable_with is_swappable is_nothrow_swappable_with
is_nothrow_swappable ](/w/cpp/types/is_swappable "cpp/types/is swappable")
(C++17) (C++17) (C++17) (C++17)
Relationships and property queries
| [ is_same ](/w/cpp/types/is_same "cpp/types/is same") (C++11)
---
[ is_base_of ](/w/cpp/types/is_b... | |
C++_Ranges_library/C++_Ranges_library_58_3.txt | /ranges/enumerate_view/iterator "cpp/ranges/enumerate
view/iterator")
[ enumerate_view:: _iterator_ :: _iterator_
](/w/cpp/ranges/enumerate_view/iterator/iterator "cpp/ranges/enumerate
view/iterator/iterator")
[ enumerate_view:: _iterator_ ::base
](/w/cpp/ranges/enumerate_view/iterator/base "cpp/ranges/enumerate
vi... | |
C++_Ranges_library/C++_Ranges_library_3_2.txt | ct initialization ](/w/cpp/language/direct_initialization "cpp/language/direct initialization") | 201902L | (C++20) | [ P0960R3 ](https://wg21.link/P0960R3)
` __cpp_alias_templates ` | [ Alias templates ](/w/cpp/language/type_alias "cpp/language/type alias") | 200704L | (C++11) | [ N2258 ](https://wg21.lin... | |
C++_Ranges_library/C++_Ranges_library_5_6.txt | ts) < wchar_t > :: state_type >
` std::u8streampos ` (C++20) | [ std:: fpos ](http://en.cppreference.com/w/cpp/io/fpos) < [ std:: char_traits ](http://en.cppreference.com/w/cpp/string/char_traits) < char8_t > :: state_type >
` std::u16streampos ` (C++11) | [ std:: fpos ](http://en.cppreference.com/w... | |
C++_Ranges_library/C++_Ranges_library_150_17.txt | ader/functional") | (C++17) | [ N4169 ](https://wg21.link/N4169)
` __cpp_lib_invoke_r ` | [ ` std::invoke_r ` ](/w/cpp/utility/functional/invoke "cpp/utility/functional/invoke") | 202106L | [ ` <functional> ` ](/w/cpp/header/functional "cpp/header/functional") | (C++23) | [ P2136R3 ](https://wg21.link/P2136... | |
C++_Ranges_library/C++_Ranges_library_74_4.txt | s::counted ](/w/cpp/ranges/view_counted "cpp/ranges/view counted")
[ common_view views::common ](/w/cpp/ranges/common_view "cpp/ranges/common
view")
| [ reverse_view views::reverse ](/w/cpp/ranges/reverse_view
"cpp/ranges/reverse view")
---
[ as_const_view views::as_const ](/w/cpp/ranges/as_con... | |
C++_Ranges_library/C++_Ranges_library_31_34.txt | COMPILER_FEATURE_ENTRY(202306L, __cpp_lib_not_fn)
COMPILER_FEATURE_ENTRY(202311L, __cpp_lib_out_ptr)
COMPILER_FEATURE_ENTRY(202311L, __cpp_lib_ranges_as_const)
COMPILER_FEATURE_ENTRY(202306L, __cpp_lib_ratio)
COMPILER_FEATURE_ENTRY(202306L, __cpp_lib_rcu)
COMPILER_FEATURE... | |
C++_Ranges_library/C++_Ranges_library_86_3.txt | "cpp/ranges/range") argument.
* ` T ` has exactly one public base class ranges :: range_adaptor_closure < T > , and T has no base classes of type ranges :: range_adaptor_closure < U > for any other type U .
* ` T ` does not satisfy [ ` range ` ](/w/cpp/ranges/range "cpp/ranges/range") .
### [ [ ... | |
C++_Ranges_library/C++_Ranges_library_73_22.txt | https://wg21.link/P1206R7)
` __cpp_lib_ranges_zip ` | std::ranges::zip_view , std::ranges::zip_transform_view , std::ranges::adjacent_view , std::ranges::adjacent_transform_view | 202110L | [ ` <ranges> ` ](/w/cpp/header/ranges "cpp/header/ranges") [ ` <tuple> ` ](/w/cpp/header/tuple "cpp/header/tuple") [ ... | |
C++_Ranges_library/C++_Ranges_library_154_2.txt | tion "cpp/algorithm/partition")
---
[ partition_copy ](/w/cpp/algorithm/partition_copy "cpp/algorithm/partition
copy") (C++11)
[ stable_partition ](/w/cpp/algorithm/stable_partition "cpp/algorithm/stable
partition")
| [ is_partitioned ](/w/cpp/algorithm/is_partitioned "cpp/algorithm/is
partitioned") (C++... | |
C++_Ranges_library/C++_Ranges_library_113_5.txt | .com/mwiki/images/2/2b/powered_by_geshi_88x31.png) ](http://qbnz.com/highlighter/) [  ](http://www.tigertech.net/referral/cppreference.com)
| |
C++_Ranges_library/C++_Ranges_library_136_16.txt | p "cpp/header/map") [ ` <set> ` ](/w/cpp/header/set "cpp/header/set") | (C++14) | [ N3657 ](https://wg21.link/N3657)
` __cpp_lib_generic_ unordered_lookup ` | Heterogeneous comparison lookup in [ unordered associative containers ](/w/cpp/container#Unordered_associative_containers "cpp/container") | 201811L | ... | |
C++_Ranges_library/C++_Ranges_library_150_12.txt | r/vector") | 201907L | [ ` <vector> ` ](/w/cpp/header/vector "cpp/header/vector") | (C++20) | [ P1004R2 ](https://wg21.link/P1004R2)
` __cpp_lib_containers_ranges ` | [ Ranges-aware ](/w/cpp/ranges/to#container_compatible_range "cpp/ranges/to") construction and insertion for containers and strings | 202202L ... | |
C++_Ranges_library/checking-cin-input-stream-produces-an-integer9_100_0.txt | I'm pretty sure it works.
Share | |
C++_Ranges_library/C++_Ranges_library_31_23.txt | ](/w/cpp/memory/shared_ptr/make_shared "cpp/memory/shared ptr/make shared") | 201707L | [ ` <memory> ` ](/w/cpp/header/memory "cpp/header/memory") | (C++20) | [ P0674R1 ](https://wg21.link/P0674R1)
` __cpp_lib_shared_ptr_weak_type ` | [ ` shared_ptr::weak_type ` ](/w/cpp/memory/shared_ptr "cpp/memory/shared pt... | |
C++_Ranges_library/C++_Ranges_library_78_1.txt | he [ concepts library ](/w/cpp/concepts "cpp/concepts") describes library components that C++ programs may use to perform compile-time validation of [ template arguments ](/w/cpp/language/template_parameters "cpp/language/template parameters") and perform function dispatch based on properties of types. | (since C++20... | |
C++_Ranges_library/C++_Ranges_library_130_29.txt | cxx14_lib[] = {
COMPILER_FEATURE_ENTRY(201304L, __cpp_lib_chrono_udls)
COMPILER_FEATURE_ENTRY(201309L, __cpp_lib_complex_udls)
COMPILER_FEATURE_ENTRY(201304L, __cpp_lib_exchange_function)
COMPILER_FEATURE_ENTRY(201304L, __cpp_lib_generic_associative_lookup)
COMPILER_FEATURE_ENTRY... | |
C++_Ranges_library/C++_Ranges_library_150_32.txt | this_parameter)
COMPILER_FEATURE_ENTRY(202106L, __cpp_if_consteval)
COMPILER_FEATURE_ENTRY(202207L, __cpp_implicit_move)
COMPILER_FEATURE_ENTRY(202211L, __cpp_multidimensional_subscript)
COMPILER_FEATURE_ENTRY(202207L, __cpp_named_character_escapes)
COMPILER_FEATURE_ENTRY(202211L... | |
C++_Ranges_library/C++_Ranges_library_140_20.txt | Technical Applications | |
[ qwtplot3d ](http://qwtplot3d.sourceforge.net) | | |
U++
Library | Description | License | Configuration
---|---|---|---
[ U++ ](https://www.ultimatepp.org/) | A C++ cross-platform rapid application development framework focused on programmers productivity. It inclu... | |
C++_Ranges_library/C++_Ranges_library_155_12.txt | ator \- > ( ) ; } ) ; | (2) | ( exposition only* )
template < class T, class U >
concept /* different-from */ =
! [ std:: same_as ](http://en.cppreference.com/w/cpp/concepts/same_as) < [ std:: remove_cvref_t ](http://en.cppreference.com/w/cpp/types/remove_cvref) < T > , [ std:: remove_... | |
C++_Ranges_library/param-pack.html4_12_0.txt | * When initializing base classes in a mem-initializer list in a class constructor, the pack expansion initializes a list of base classes based on a type parameter pack:
template<typename ...Base>
MyStruct<Base...>::MyStruct() : Base()... {}
* In template argument lists as in ` std::tu... | |
C++_Ranges_library/C++_Ranges_library_120_6.txt | ce.com/w/cpp/io/cout) << rem << "{ ";
for (const auto& [k, v] : mm)
[std::cout](http://en.cppreference.com/w/cpp/io/cout) << '{' << k << ",'" << v << "'} ";
[std::cout](http://en.cppreference.com/w/cpp/io/cout) << "}\n";
};
[std::multimap](http://en.cpprefer... | |
C++_Ranges_library/C++_Ranges_library_140_32.txt |
Format
Library | Description | License | Configuration
---|---|---|---
[ coformat ](https://gitlab.com/44100Hz/coformat) | A companion C++ library for [ std::format ](/w/cpp/utility/format/format "cpp/utility/format/format") to enable text colorization and styling. | public domain | header-only ... | |
C++_Ranges_library/C++_Ranges_library_118_3.txt | ] Example
Run this code
#include <array>
#include <deque>
#include <list>
#include <ranges>
#include <set>
#include <valarray>
#include <vector>
template<typename T> concept RAR = std::ranges::random_access_range<T>;
int main()
{
int a[4];
... | |
C++_Ranges_library/C++_Ranges_library_31_8.txt | set> ` ](/w/cpp/header/unordered_set "cpp/header/unordered set") | (C++26) | [ P2363R5 ](https://wg21.link/P2363R5)
` __cpp_lib_assume_aligned ` | [ std::assume_aligned ](/w/cpp/memory/assume_aligned "cpp/memory/assume aligned") | 201811L | [ ` <memory> ` ](/w/cpp/header/memory "cpp/header/memory") | (C++20) ... | |
C++_Ranges_library/C++_Ranges_library_99_0.txt | ##### [ cppreference.com ](/)
[ Create account
](/mwiki/index.php?title=Special:UserLogin&returnto=cpp%2Fcompiler+support&type=signup)
* [ Log in ](/mwiki/index.php?title=Special:UserLogin&returnto=cpp%2Fcompiler+support "You are encouraged to log in; however, it is not mandatory \[o\]")
##### Namespaces
* [ ... | |
C++_Ranges_library/C++_Ranges_library_50_0.txt | ##### [ cppreference.com ](/)
[ Create account
](/mwiki/index.php?title=Special:UserLogin&returnto=Special%3ABadtitle&type=signup)
* [ Log in ](/mwiki/index.php?title=Special:UserLogin&returnto=Special%3ABadtitle "You are encouraged to log in; however, it is not mandatory \[o\]")
##### Namespaces
* [ Special ... | |
C++_Ranges_library/C++_Ranges_library_102_7.txt | * [ FAQ ](/w/Cppreference:FAQ)
* [ Offline version ](/w/Cppreference:Archives)
##### Toolbox
* [ What links here ](/w/Special:WhatLinksHere/cpp/ranges/filter_view "A list of all wiki pages that link here \[j\]")
* [ Related changes ](/w/Special:RecentChangesLinked/cpp/ranges/filter_view "Recent changes in pa... | |
C++_Ranges_library/C++_Ranges_library_47_3.txt | alized from [ std:: forward ](http://en.cppreference.com/w/cpp/utility/forward) < decltype ( ( C ) ) > ( C ) and [ std:: forward ](http://en.cppreference.com/w/cpp/utility/forward) < decltype ( ( D ) ) > ( D ) respectively. If such initialization is invalid, C | D is also invalid.
* Let ... | |
C++_Ranges_library/C++_Ranges_library_123_1.txt | ator_t sentinel_t const_sentinel_t
](/w/cpp/ranges/iterator_t "cpp/ranges/iterator t") (C++23) (C++23)
---
| [ range_const_reference_t range_rvalue_reference_t
range_common_reference_t ](/w/cpp/ranges/iterator_t "cpp/ranges/iterator t")
(C++23)
---
| [ elements_of ](/w/cpp/ranges/elements_of... | |
C++_Ranges_library/C++_Ranges_library_62_4.txt | cy ](/w/Cppreference:Privacy_policy "Cppreference:Privacy policy")
* [ About cppreference.com ](/w/Cppreference:About "Cppreference:About")
* [ Disclaimers ](/w/Cppreference:General_disclaimer "Cppreference:General disclaimer")
* [ ... | |
C++_Ranges_library/C++_Ranges_library_59_18.txt | range V>
requires view<V>
class slide_view; // freestanding
template<class V>
inline constexpr bool enable_borrowed_range<slide_view<V>> =
enable_borrowed_range<V>; // freestanding
... | |
C++_Ranges_library/C++_Ranges_library_100_3.txt | [ std:: remove_all_extents_t
](http://en.cppreference.com/w/cpp/types/remove_all_extents) < [ std::
remove_reference_t ](http://en.cppreference.com/w/cpp/types/remove_reference)
< T >> is incomplete, then the call to ` ranges::rend ` is ill-formed, no
diagnostic required.
If the argument is an lvalue or [ ranges:... | |
C++_Ranges_library/C++_Ranges_library_82_2.txt | tition
copy") (C++11)
[ stable_partition ](/w/cpp/algorithm/stable_partition "cpp/algorithm/stable
partition")
| [ is_partitioned ](/w/cpp/algorithm/is_partitioned "cpp/algorithm/is
partitioned") (C++11)
---
[ partition_point ](/w/cpp/algorithm/partition_point "cpp/algorithm/partition
point") (C++11)
... | |
C++_Ranges_library/C++_Ranges_library_37_2.txt | it_view views::lazy_split ](/w/cpp/ranges/lazy_split_view
"cpp/ranges/lazy split view")
[ split_view views::split ](/w/cpp/ranges/split_view "cpp/ranges/split
view")
[ views::counted ](/w/cpp/ranges/view_counted "cpp/ranges/view counted")
[ common_view views::common ](/w/cpp/ranges/common_view "cpp/ranges/... | |
C++_Ranges_library/C++_Ranges_library_51_0.txt | ##### [ cppreference.com ](/)
[ Log in ](/mwiki/index.php?title=Special:UserLogin&returnto=cpp%2Franges "You
are encouraged to log in; however, it is not mandatory \[o\]")
##### Namespaces
* [ Page ](/w/cpp/ranges "View the content page \[c\]")
* [ Discussion ](/mwiki/index.php?title=Talk:cpp/ranges&action=edi... | |
C++_Ranges_library/C++_Ranges_library_3_6.txt | ents ](/w/cpp/language/template_parameters#Template_template_arguments "cpp/language/template parameters") | 201611L | (C++17) | [ P0522R0 ](https://wg21.link/P0522R0)
` __cpp_threadsafe_static_init ` | [ Dynamic initialization and destruction with concurrency ](/w/cpp/language/storage_duration#Static_local_var... | |
C++_Ranges_library/checking-cin-input-stream-produces-an-integer9_146_0.txt | ##### Stack Overflow
* Questions
* Help | |
C++_Ranges_library/C++_Ranges_library_33_0.txt | ##### [ cppreference.com ](/)
[ Log in
](/mwiki/index.php?title=Special:UserLogin&returnto=cpp%2Franges%2Fdangling
"You are encouraged to log in; however, it is not mandatory \[o\]")
##### Namespaces
* [ Page ](/w/cpp/ranges/dangling "View the content page \[c\]")
* [ Discussion ](/mwiki/index.php?title=Talk:c... | |
C++_Ranges_library/C++_Ranges_library_59_64.txt | texpr iterator& operator-=(difference_type n) requires random_access_range<Base>;
constexpr decltype(auto) operator[](difference_type n) const
requires random_access_range<Base>
{ return *(*this + n); }
friend constexpr bool operator==(const iterator& x, default_sentinel_t)... | |
C++_Ranges_library/C++_Ranges_library_9_8.txt | range adaptor object) [ [edit]
](https://en.cppreference.com/mwiki/index.php?title=Template:cpp/ranges/dsc_lazy_split_view&action=edit)
[ views::counted ](/w/cpp/ranges/view_counted "cpp/ranges/view counted") (C++20) | creates a subrange from an iterator and a count
(customization point object) [ [edit]
](htt... | |
C++_Ranges_library/C++_Ranges_library_10_24.txt | pp/container/deque/operator cmp") [ | ` operator== `
--- ](/w/cpp/container/forward_list/operator_cmp "cpp/container/forward list/operator cmp") [ | ` operator== `
--- ](/w/cpp/container/list/operator_cmp "cpp/container/list/operator cmp") [ | ` operator== `
--- ](/w/cpp/container/set/operator_cmp "cpp/contain... | |
C++_Ranges_library/checking-cin-input-stream-produces-an-integer9_115_0.txt | Post Your Answer Discard
By clicking “Post Your Answer”, you agree to our terms of service and
acknowledge you have read our privacy policy . | |
C++_Ranges_library/checking-cin-input-stream-produces-an-integer9_24_0.txt | Share
Improve this question | |
C++_Ranges_library/C++_Ranges_library_61_2.txt | ")
[ split_view views::split ](/w/cpp/ranges/split_view "cpp/ranges/split
view")
[ views::counted ](/w/cpp/ranges/view_counted "cpp/ranges/view counted")
[ common_view views::common ](/w/cpp/ranges/common_view "cpp/ranges/common
view")
| [ reverse_view views::reverse ](/w/cpp/ranges/reverse_vie... | |
C++_Ranges_library/checking-cin-input-stream-produces-an-integer9_9_0.txt | 6. Companies
7. Labs | |
C++_Ranges_library/C++_Ranges_library_73_26.txt | ](/w/cpp/header/tuple "cpp/header/tuple") [ ` <utility> ` ](/w/cpp/header/utility "cpp/header/utility") | (C++14) | [ N3670 ](https://wg21.link/N3670)
` __cpp_lib_type_identity ` | std::type_identity | 201806L | [ ` <type_traits> ` ](/w/cpp/header/type_traits "cpp/header/type traits") | (C++20) | [ P0887R1... | |
C++_Ranges_library/param-pack.html4_37_0.txt | The simplest way to capture a parameter pack in a lambda expression is simply
to expand it into a conceptual list of values to capture, as seen above .
Sometimes, however, you want to capture variables with an explicit
initializer. For example, if your function parameter pack contains rvalue
references, it may be mor... | |
C++_Ranges_library/accumulate4_24_0.txt | * Privacy policy
* About cppreference.com
* Disclaimers
* | |
C++_Ranges_library/C++_Ranges_library_32_5.txt | uous_iterator "cpp/iterator/contiguous iterator") (C++20) | specifies that a [ ` random_access_iterator ` ](/w/cpp/iterator/random_access_iterator "cpp/iterator/random access iterator") is a contiguous iterator, referring to elements that are contiguous in memory
(concept) [ [edit]
](https://en.cppreference.com/m... | |
C++_Ranges_library/checking-cin-input-stream-produces-an-integer9_57_0.txt | edited Mar 20 at 20:11
Chemistpp | |
C++_Ranges_library/C++_Ranges_library_82_4.txt | cent_find ](/w/cpp/algorithm/ranges/adjacent_find
"cpp/algorithm/ranges/adjacent find")
| [ ranges::count ranges::count_if ](/w/cpp/algorithm/ranges/count
"cpp/algorithm/ranges/count")
---
[ ranges::mismatch ](/w/cpp/algorithm/ranges/mismatch
"cpp/algorithm/ranges/mismatch")
[ ranges::equal ](/w/cpp/al... | |
C++_Ranges_library/C++_Ranges_library_76_5.txt | www.tigertech.net/referral/cppreference.com)
| |
C++_Ranges_library/C++_Ranges_library_11_19.txt | [ ` <mdspan> ` ](/w/cpp/header/mdspan "cpp/header/mdspan") | (C++23) | [ P0009R18 ](https://wg21.link/P0009R18)
[ P2599R2 ](https://wg21.link/P2599R2)
[ P2604R0 ](https://wg21.link/P2604R0)
[ P2613R1 ](https://wg21.link/P2613R1)
` __cpp_lib_memory_resource ` | [ std::pmr::memory_resource ](/w/cpp/memory/me... | |
C++_Ranges_library/C++_Ranges_library_104_1.txt | ions") (special functions TR)
[ Experimental Non-TS ](/w/cpp/experimental#Experimental_Non-TS
"cpp/experimental")
[ Pattern Matching
](/mwiki/index.php?title=cpp/experimental/pm&action=edit&redlink=1
"cpp/experimental/pm \(page does not exist\)")
[ Linear Algebra
](/mwiki/index.php?title=cpp/experimental/la&actio... | |
C++_Ranges_library/C++_Ranges_library_7_14.txt | ru.cppreference.com/w/cpp/ranges "cpp/ranges")
* [ 中文 ](http://zh.cppreference.com/w/cpp/ranges "cpp/ranges")
* This page was last modified on 23 March 2024, at 06:26.
* This page has been accessed 999,598 times.
* [ Privacy policy ](/w/Cppreference:Privacy_policy "Cppreference:Privacy policy")
* [ About ... | |
C++_Ranges_library/C++_Ranges_library_56_33.txt | >() ` ](/w/cpp/numeric/complex/pow "cpp/numeric/complex/pow") ( `
std::complex ` )
[ ` pow<>() ` ](/w/cpp/numeric/valarray/pow "cpp/numeric/valarray/pow") ( `
std::valarray ` )
[ ` powf() ` ](/w/cpp/numeric/math/pow "cpp/numeric/math/pow") (since C++11)
[ ` powl() ` ](/w/cpp/numeric/math/pow "cpp/numeric/math/pow... | |
C++_Ranges_library/C++_Ranges_library_64_19.txt | [ ` <mdspan> ` ](/w/cpp/header/mdspan "cpp/header/mdspan") | (C++23) | [ P0009R18 ](https://wg21.link/P0009R18)
[ P2599R2 ](https://wg21.link/P2599R2)
[ P2604R0 ](https://wg21.link/P2604R0)
[ P2613R1 ](https://wg21.link/P2613R1)
` __cpp_lib_memory_resource ` | [ std::pmr::memory_resource ](/w/cpp/memory/me... | |
C++_Ranges_library/C++_Ranges_library_31_9.txt | s://wg21.link/P2714R1)
` __cpp_lib_bit_cast ` | [ ` std::bit_cast ` ](/w/cpp/numeric/bit_cast "cpp/numeric/bit cast") | 201806L | [ ` <bit> ` ](/w/cpp/header/bit "cpp/header/bit") | (C++20) | [ P0476R2 ](https://wg21.link/P0476R2)
` __cpp_lib_bitops ` | [ Bit operations ](/w/cpp/numeric#Bit_manipulation_.28... | |
C++_Ranges_library/C++_Ranges_library_21_1.txt | ble "cpp/named
req/LessThanComparable")
[ Swappable ](/w/cpp/named_req/Swappable "cpp/named req/Swappable")
[ ValueSwappable ](/w/cpp/named_req/ValueSwappable "cpp/named
req/ValueSwappable") (C++11)
| [ NullablePointer ](/w/cpp/named_req/NullablePointer "cpp/named
req/NullablePointer") (C++11)
---
[ Ha... | |
C++_Ranges_library/C++_Ranges_library_144_5.txt | e<D> ` ) [ [edit]
](https://en.cppreference.com/mwiki/index.php?title=Template:cpp/ranges/view_interface/dsc_operator_at&action=edit)
## std::ranges::as_const_view:: as_const_view
as_const_view ( ) requires [ std:: default_initializable ](http://en.cppreference.com/w/cpp/concepts/default_initializable) < ... | |
C++_Ranges_library/C++_Ranges_library_61_1.txt | "cpp/ranges/iterator t") (C++23) (C++23)
---
| [ range_const_reference_t range_rvalue_reference_t
range_common_reference_t ](/w/cpp/ranges/iterator_t "cpp/ranges/iterator t")
(C++23)
---
| [ elements_of ](/w/cpp/ranges/elements_of "cpp/ranges/elements of")
(C++23)
---
... | |
C++_Ranges_library/C++_Ranges_library_154_8.txt | reference.com/w/cpp/ranges-ranges-placeholder/begin) (
r ) as first and [ ranges:: end
](http://en.cppreference.com/w/cpp/ranges-ranges-placeholder/end) ( r ) as
last .
The function-like entities described on this page are _niebloids_ , that is:
* Explicit template argument lists cannot be specified when ... | |
C++_Ranges_library/checking-cin-input-stream-produces-an-integer9_72_0.txt | Sep 10, 2013 at 21:19
* " ` isdigit ` is used to check if the first character in ` str ` is a digit and therefore a valid candidate to be converted by ` atoi ` into an integer value." | |
C++_Ranges_library/C++_Ranges_library_0_7.txt | al to [ std:: atomic ](http://en.cppreference.com/w/cpp/atomic/atomic) < T >
(function macro) [ [edit]
](https://en.cppreference.com/mwiki/index.php?title=Template:cpp/atomic/dsc_Atomic&action=edit)
### [ [ edit ](/mwiki/index.php?title=cpp/thread&action=edit§ion=5 "Edit
section: Mutual exclusion") ] ... | |
C++_Ranges_library/what-will-be-the-output-of-the-following-c-code--5ab8a41bc56b6664bc9bacdd8_20_0.txt | ## Detailed Solution
Download Solution PDF | |
C++_Ranges_library/C++_Ranges_library_146_6.txt | /default_initializable "cpp/concepts/default initializable") , the default constructor
constructs a wrapper which does not contain a value | the wrapper is also
not [ ` default_initializable ` ](/w/cpp/concepts/default_initializable
"cpp/concepts/default initializable")
[ LWG 3572 ](https://cplusplus.github.i... | |
C++_Ranges_library/C++_Ranges_library_156_5.txt | nctions "cpp/language/functions")
** [ Function declaration ](/w/cpp/language/function "cpp/language/function")
[ Default arguments ](/w/cpp/language/default_arguments "cpp/language/default
arguments")
[ Variadic arguments ](/w/cpp/language/variadic_arguments
"cpp/language/variadic arguments")
[ Lambda expression... | |
C++_Ranges_library/C++_Ranges_library_10_11.txt | (/w/cpp/container/flat_multiset/empty "cpp/container/flat multiset/empty") [ | ` empty `
--- ](/w/cpp/container/flat_map/empty "cpp/container/flat map/empty") [ | ` empty `
--- ](/w/cpp/container/flat_multimap/empty "cpp/container/flat multimap/empty") | ` empty `
---
Capacity
| ` size `
---
[ |... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.