Commit Graph

5 Commits (6e11ff88a579917359c264af70276e5b9d261416)

Author SHA1 Message Date
Avril 3bdd503cb2
Changed `NullException` to add optional type information. Added constexpr util::type_of<T>(), added constexpr `std::string_view` concatenation: `util::concat_str_v<std::string_view...>`, added `std::string_view util::concat_strings(auto const&...)`.
2 years ago
Avril 399ba10c25
Started `boxed::Box<T>`.
2 years ago
Avril ee3893907c
Added `ptr::Unique<T>`: `NonNull<T>` that cannot be aliased.
2 years ago
Avril 7447615b48
Improved `NonNull` checking and added better mapping / pointer casting behaviour
2 years ago
Avril 67c553903b
Added `optional` (port from fuxx) for Option<T&>, etc.
2 years ago