René's URL Explorer Experiment


Title: vector{ true, true, false };

Description: The creations of a mad(dening) template specialization

Opengraph URL: /

direct link

Domain: vector-of-bool.github.io

NoneIE=edge
theme-color#777777

Links:

vector{ true, true, false };https://vector-of-bool.github.io/
Bloghttps://vector-of-bool.github.io/
Projectshttps://vector-of-bool.github.io/projects/
Destructuring Lambda Expression Parameters 13 Jun 2024 https://vector-of-bool.github.io/2024/06/13/lambda-destructure.html
Mysterious Memset 11 May 2022 Where did that memset come from? https://vector-of-bool.github.io/2022/05/11/char8-memset.html
co_resource: An RAII coroutine 30 Dec 2021 A handy idiom with coroutines, borrowed from Python https://vector-of-bool.github.io/2021/12/30/co_resource.html
Using Catch2 v3 in CMake with DDS and PMM 13 Nov 2021 It can be easy https://vector-of-bool.github.io/2021/11/13/dds-catch2-v3.html
Stringy Templates 22 Oct 2021 Combining strings and templates. What could go wrong? https://vector-of-bool.github.io/2021/10/22/string-templates.html
A Macro-Based Terse Lambda Expression 20 Apr 2021 Using C++20 for my Dream C++ Feature https://vector-of-bool.github.io/2021/04/20/terse-lambda-macro.html
Fun with Concepts: Do You Even Lift, Bool? 26 Oct 2020 In which I write a stronger boolean type https://vector-of-bool.github.io/2020/10/26/strong-bool.html
A New Approach to Build-Time Library Configuration 04 Oct 2020 In which I present a novel, portable, and nonintrustive approach to build-time configuration https://vector-of-bool.github.io/2020/10/04/lib-configuration.html
A Buffers Library for C++20: Part 1 29 Aug 2020 In which I talk about buffer-oriented operations in a new decade of C++ https://vector-of-bool.github.io/2020/08/29/buffers-1.html
An iterator_facade in C++20 13 Jun 2020 In which I remake an old library in a new era https://vector-of-bool.github.io/2020/06/13/cpp20-iter-facade.html
A New Decade, A New Tool 06 Jan 2020 In which I present a new tool that I hope will be useful https://vector-of-bool.github.io/2020/01/06/new-decade.html
Eliminating the Static Overhead of Ranges 21 Oct 2019 In which I discuss two of my pet proposals for the C++ language, and how they might benefit ranges. https://vector-of-bool.github.io/2019/10/21/rngs-static-ovr.html
Understanding C++ Modules: Part 3: Linkage and Fragments 07 Oct 2019 In which cover the rest of C++ module syntax https://vector-of-bool.github.io/2019/10/07/modules-3.html
Misbehaving Signals 23 May 2019 https://vector-of-bool.github.io/2019/05/23/signals.html
Understanding C++ Modules: Part 2: export, import, visible, and reachable 31 Mar 2019 In which I go over C++ Modules In-Depth - Exporting Entities https://vector-of-bool.github.io/2019/03/31/modules-2.html
Understanding C++ Modules: Part 1: Hello Modules, and Module Units 10 Mar 2019 In which I go over C++ Modules In-Depth - Module Units https://vector-of-bool.github.io/2019/03/10/modules-1.html
Are C++ Modules Dead-on-Arrival? 04 Mar 2019 In which I check the vitals of C++ Modules https://vector-of-bool.github.io/2019/03/04/modules-doa-2.html
C++ Modules Might Be Dead-on-Arrival 27 Jan 2019 In which I discuss a modules problem that is being ignored https://vector-of-bool.github.io/2019/01/27/modules-doa.html
Building Like (a) Ninja [Pt1] 20 Dec 2018 In which I discuss how one of my favorite build tools conceptualizes the build graph https://vector-of-bool.github.io/2018/12/20/build-like-ninja-1.html
Stop with the CTAD FUD! 11 Dec 2018 In which I over-react to other people and talk about why I like CTAD https://vector-of-bool.github.io/2018/12/11/enough-ctad-fud.html
Smart Pointers Make Bad APIs 02 Dec 2018 In which I bemoan using smart pointers at public API boundaries https://vector-of-bool.github.io/2018/12/02/smart-pointer-apis.html
Levelling the try/catch Mountain 08 Nov 2018 In which I informally propose a radical C++ language addition https://vector-of-bool.github.io/2018/11/08/try-catch-continue.html
The Dumbest Allocator of All Time 06 Nov 2018 In which a silly joke made in a chatroom becomes a serious contender for a good idea https://vector-of-bool.github.io/2018/11/06/dumbest-allocator.html
Now I Am Become Perl — 31 Oct 2018 In which I discuss my "wildest dream" feature for C++, and why terseness isn't something to fear https://vector-of-bool.github.io/2018/10/31/become-perl.html
A Package Manager Manager 15 Oct 2018 In which I announce a peculiar CMake module that I hope will make people's lives easier, and encourage more package management use https://vector-of-bool.github.io/2018/10/15/pmm.html
Project Layout - Survey Results and Updates 16 Sep 2018 In which I discuss the results of the project layout survey and how they will be taken into consideration in the future https://vector-of-bool.github.io/2018/09/16/layout-survey.html
Paths: Taxonomy, Terminology, and Myths 19 Aug 2018 In which I attempt to formalize some of the language used when talking about paths https://vector-of-bool.github.io/2018/08/19/path-taxonomy.html
Announcing: How to CMake Good 12 Aug 2018 In which I announce my YouTube channel and a CMake educational series https://vector-of-bool.github.io/2018/08/12/cmake-good.html
CMake Tools 1.1.0 - Sorry to Keep You Waiting 20 Jul 2018 In which I announce some important changes for CMake Tools 1.1.0 https://vector-of-bool.github.io/2018/07/20/cmt-1.1.0.html
C++ Can't Abandon Raw Pointers 27 Feb 2018 In which I bemoan the use cases for raw pointers, and talk about "optional references" https://vector-of-bool.github.io/2018/02/27/opt-ref.html
On the Way to CMake Tools 1.0 15 Dec 2017 In which I get a bit sappy about some of my open source work https://vector-of-bool.github.io/2017/12/15/cmt-1.0-and-beta.html
Partial Specialization and Tags 12 Aug 2017 In which I talk about how to emulate partial specialization of function templates and talk about why we actually want to partially specialize function templates https://vector-of-bool.github.io/2017/08/12/partial-specializations.html
Complex != Complicated 19 Feb 2017 In which I make a small rant trying to distinguish two (seemingly) equivalent terms https://vector-of-bool.github.io/2017/02/19/complex-vs-complicated.html
A Resource Compiler with CMake and Standard C++ 21 Jan 2017 In which I try my hand at (mildly) literate programming, but also make something pretty cool in a single CMake script file https://vector-of-bool.github.io/2017/01/21/cmrc.html
The Curious Case of std::in_place [Outdated] 30 Oct 2016 In which I talk about an obscure proposed C++ feature that never came to fruition https://vector-of-bool.github.io/2016/10/30/standard-in-place.html
Subscribe via RSShttps://vector-of-bool.github.io/feed.xml
GitHubhttps://github.com/vector-of-bool
Blueskyhttps://bsky.app/profile/vector-of-bool.bsky.social

Viewport: width=device-width,minimum-scale=1,initial-scale=1


URLs of crawlers that visited me.