TartanLlama / expected

C++11/14/17 std::expected with functional-style extensions

Home Page:https://tl.tartanllama.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

expected<void, E>::value()

vasama opened this issue · comments

P0323R12 lists expected<void, E> as having the value() member function under [expected.void.observe].
tl::expected<T, E>::value() is constrained on !is_void_v<T>.