SlideShare a Scribd company logo
Suche senden
Hochladen
Einloggen
Registrieren
C++17 std__any
Melden
진화 손
Folgen
18. Oct 2022
•
0 gefällt mir
•
2 views
1
von
5
C++17 std__any
18. Oct 2022
•
0 gefällt mir
•
2 views
Jetzt herunterladen
Downloaden Sie, um offline zu lesen
Melden
Software
사내 스터디
진화 손
Folgen
Recomendados
C++ 20 Unevaluated asm-declaration in constexpr functions
진화 손
3 views
•
3 Folien
C++20 Utility functions to implement uses-allocator construction.pdf
진화 손
3 views
•
9 Folien
C++ 20 std__reference_wrapper for incomplete types
진화 손
8 views
•
2 Folien
C++ 20 Stronger Unicode requirements
진화 손
4 views
•
2 Folien
C++20 Concepts library
진화 손
3 views
•
9 Folien
C++20 Coroutine
진화 손
36 views
•
17 Folien
Más contenido relacionado
Más de 진화 손
C++20 explicit(bool)
진화 손
6 views
•
3 Folien
C++20 std::map::contains
진화 손
5 views
•
3 Folien
C++20 Comparing unordered containers
진화 손
8 views
•
6 Folien
C++20 Attributes [[likely]] and [[unlikely]]
진화 손
20 views
•
4 Folien
C++ 20 Lambdas in unevaluated contexts
진화 손
2 views
•
9 Folien
C++20 Library support for operator<=> <compare>
진화 손
2 views
•
6 Folien
Más de 진화 손
(20)
C++20 explicit(bool)
진화 손
•
6 views
C++20 std::map::contains
진화 손
•
5 views
C++20 Comparing unordered containers
진화 손
•
8 views
C++20 Attributes [[likely]] and [[unlikely]]
진화 손
•
20 views
C++ 20 Lambdas in unevaluated contexts
진화 손
•
2 views
C++20 Library support for operator<=> <compare>
진화 손
•
2 views
C++20 const mismatch with defaulted copy constructor
진화 손
•
5 views
C++20 Atomic std::shared_ptr and std::weak_ptr
진화 손
•
11 views
C++20 Default member initializers for bit-fields
진화 손
•
9 views
C++ 20 constexpr for algorithm and utility
진화 손
•
8 views
C++17 init-statements for if and switch
진화 손
•
9 views
C++17 Aggregate classes with base classes
진화 손
•
8 views
C++17 std::byte
진화 손
•
92 views
C++17 not_fn
진화 손
•
14 views
C++17 Dynamic memory allocation for over-aligned data
진화 손
•
17 views
C++17 return type of emplace_ functions of some containers changed from void ...
진화 손
•
4 views
C++17 [[fallthrough]] attribute
진화 손
•
5 views
C++ 17 __has_include in preprocessor conditionals
진화 손
•
5 views
C++17 Folding expressions
진화 손
•
3 views
C++17 std__size(), std__empty() and std__data()
진화 손
•
11 views
C++17 std__any
1.
std::any
2.
다양한 객체를 저장하고
싶을 때 void* 형을 많이 사용했는 데 사용시 안정성 문제 가 있기 때문에 std::any 가 추가됨 복사 가능한 타입을 저장할 수 있다
3.
잘못 캐스팅 했을
경우 bad_any_cast exception 발생