Capturing the current source location and std::format_args for a compile-time checked log function

Subscribers:
4,430
Published on ● Video Link: https://www.youtube.com/watch?v=6jy6knfRLrI



Duration: 0:00
2 views
0


Capturing the current source location and std::format_args for a compile-time checked log function
I hope you found a solution that worked for you :)
The Content is licensed under (https://meta.stackexchange.com/help/licensing) CC BY-SA.
Attention! This video does always use the same license as the source!
Thanks to all those great people for their contributions!

(stackoverflow.com/users/280656/chmod222)chmod222
(stackoverflow.com/users/2684539/jarod42)Jarod42
(stackoverflow.com/users/2069064/barry)Barry
A special thanks goes out to the (stackoverflow.com/questions/79154950/capturing-the-current-source-location-and-stdformat-args-for-a-compile-time-ch)Stackexchange community

I wish you all a wonderful day! Stay safe :)
If anything is off, please write me at peter D.O.T schneider A.T ois42.de

c++23 c++




Other Videos By Peter Schneider


2024-11-22Mathematica: Reduce is not giving a correct output closed
2024-11-22Setting Spring Scheduler to run every month when there are six days left until the end of the month
2024-11-22Why does my C program segfault when I use strcat with dynamically allocated char arrays?
2024-11-22Gis: How to convert a raster to vector and use it to clip an ImageCollection in Google Earth Engine
2024-11-22Raspberrypi: Troubleshooting Raspberry Pi 2 Model B with Solid PWR and ACT LEDs
2024-11-22Codereview: bbcp (bare-bones file copy) in C
2024-11-22Electronics: Generating ±10V(1.5A) from an 11V input
2024-11-22Codereview: Mini auto-shooter game in Rust
2024-11-22How to find NVMe version on the motherboard?
2024-11-22Codereview: Result template
2024-11-21Capturing the current source location and std::format_args for a compile-time checked log function
2024-11-20Can I terminate this instance?
2024-11-20Unix: How do I stop 'more' from stopping and displaying "(END)" at the end of files in Debian 12 ...
2024-11-20Softwareengineering: How to implement an DB index to allow intersection queries on a database whi...
2024-11-20Electronics: Passing SystemVerilog function arguments
2024-11-20Softwareengineering: Using "iff" in documentation closed
2024-11-20How to test Combine Publishers in Swift Testing?
2024-11-20Dba: Is it possible to backup data only from one table and data from other tables so it satisfies...
2024-11-20Mathematica: How to get Mathematica to realize my expression has no non trivial imaginary parts?
2024-11-20Haskell requiring semicolon to be on a new line
2024-11-20Why arrays are still there when we are actually always using ListT?