[C++] 목차
Updated:
개요
문법
- C++98
- C++11
- string
- auto
- lambda
- noexcept
- copy elision
- nullptr
- final
- is_final
- override
- l-value/r-value
- 이동 생성자
- move/move_backward
- move_iterator
- is_move_assignable
- 완벽한 전달
- 보편 참조
- 스마트 포인터
- function
- mem_fn
- bind
- atomic/memory order
- thread
- promise/future/packaged_task/async
- uniform initialization
- decltype
- declval
- tuple
- constexpr
- common_type
- random
- type alias
- attribute
- user defined literals
- integral_constant
- hypot
- uncaught_exception
- owner_less
- static_assert
- exception_ptr
- yield
- copy_n
- copy_if
- minmax
- minmax_element
- all_of, any_of, none_of
- C++14
- C++17
- attribute
- lambda
- constexpr if
- is_final_v
- static_assert
- integral_constant
- if and switch with initializer
- structured binding declaration
- filesystem
- string_view
- optional
- fold expression
- nested namespace definition
- CTAD(Class Template Argument Deduction)
- variant
- any
- as_const
- literals
- scoped_lock
- inline variable
- apply
- search
- polymorphic_allocator
- monotonic_buffer_resource
- void_t
- conjunction/disjunction/negation
- __has_include
- includes
- launder
- destroy/destroy_at/destroy_n
- uninitialized_move
- clamp
- accumulate/reduce
- gcd/lcm
- inclusive_scan/exclusive_scan
- extract
- merge
- try_emplace/insert_or_assign
- empty/size
- data
- hypot
- uncaught_exceptions
- to_chars/from_chars
- not_fn
- default_searcher/boyer_moore_searcher/boyer_moore_horspool_searcher
- is_invocable
- is_swappable/is_nothrow_swappable/is_swappable_with/is_nothrow_swappable_with
- uninitialized_value_construct
- C++20
- auto
- lambda
- attribute
- literals
- concepts
- coroutines
- module
- constinit
- consteval
- three-way comparison
- ranges
- counting_semaphore/binary_semaphore
- latch
- barrier
- jthread
- span
- ssize
- remove_cvref
- endian
- string::starts_with/string::ends_with
- string_view::starts_with/string_view::ends_with
- bind_front
- midpoint
- lerp
- is_bounded_array/is_unbounded_array
- erase/erase_if
- designated initializers
- nested inline namespaces
- source_location
- feature testing
- to_array
- format
- C++23