We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, ostream operator() prints N/A for missing values, which cannot be used as an input for initializing missing values.
N/A
Maybe printing xt::missing<T> with the proper string representation of type T would be a better choice.
xt::missing<T>
T
(Moved from xtensor-stack/xtensor#381)
The text was updated successfully, but these errors were encountered:
There was a suggestion by @wolfv about a tag value castable to a missing xoptional.
Also, std::optional has std::nullopt_t.
std::nullopt_t
Sorry, something went wrong.
No branches or pull requests
Currently, ostream operator() prints
N/A
for missing values, which cannot be used as an input for initializing missing values.Maybe printing
xt::missing<T>
with the proper string representation of typeT
would be a better choice.(Moved from xtensor-stack/xtensor#381)
The text was updated successfully, but these errors were encountered: