Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++23

What are monadic bind and monadic return for C++23 optional?

c++ monads stdoptional c++23

Why does std::ranges::find_if return an iterator but std::ranges::find_last_if return a subrange?

c++ std std-ranges c++23

How to reduce verbosity when splitting `std::string_view` by `std::views::split`?

c++ c++23 std-ranges

c++23 building with <stacktrace> library

c++ gcc g++ stack-trace c++23

auto ( expression ) in direct initialization argument

Did the rules for nullptr init of unique_ptr change in C++23?

In a lambda, what does the second list of attributes do?

How can I std::print a std::wstring?

c++ c++23 wstring

views::cartesian_product - how to do same vector N times?

c++ c++23

How can I write a std::apply on a std::expected?

Am I misunderstanding how `std::views::cartesian_product` is supposed to work?

Functional equivalency in template constraints vs member function constraints

How can a sprintf-like function in C++20/23 verify that the number of format specifiers matches the number of provided arguments at compile time?

What's the difference between C++23's optional::transform and optional::and_then?

Why is it a syntax error to use explicit object parameters in a function pointer?

How to write/read std::chrono::zoned_seconds to/from a stream using chrono::parse?

Instantiation of the function definition concept-constrained template

Is it safe to access elements outside subrange but inside parent range?

c++ iterator c++23