Search this site
Embedded Files
Skip to main content
Skip to navigation
www.simplifiedinfive.com
Home
Podcast
Blog
Contact Us
www.simplifiedinfive.com
Home
Podcast
Blog
Contact Us
More
Home
Podcast
Blog
Contact Us
The Blog
Stuff-Simplified
std::any C++17
C++17 introduces any class in standard template library. Let's see 5 important things about this class. 1) This class is a container for ...
std::optional C++17
What is it std::optional is a template class for holding an optional value of any type which may or may not be present. It is defined...
std::variant C++17
Sum type Variant is a sum type introduced in C++17 standard. Let’s first see what a sum type is. Sum types are compound types for whi...
DataClasses in Python
Before we get into the things that matter the most for Data classess in Python, let me list down why do you need to know about them. • ...
Report abuse
Report abuse