cudf::test::fixed_width_column_wrapper< ElementTo, SourceElementT > 成员列表

这是 cudf::test::fixed_width_column_wrapper< ElementTo, SourceElementT > 的完整成员列表,包括所有继承的成员。

fixed_width_column_wrapper()cudf::test::fixed_width_column_wrapper< ElementTo, SourceElementT >内联
fixed_width_column_wrapper(InputIterator begin, InputIterator end)cudf::test::fixed_width_column_wrapper< ElementTo, SourceElementT >内联
fixed_width_column_wrapper(InputIterator begin, InputIterator end, ValidityIterator v)cudf::test::fixed_width_column_wrapper< ElementTo, SourceElementT >内联
fixed_width_column_wrapper(std::initializer_list< ElementFrom > elements)cudf::test::fixed_width_column_wrapper< ElementTo, SourceElementT >内联
fixed_width_column_wrapper(std::initializer_list< ElementFrom > elements, std::initializer_list< bool > validity)cudf::test::fixed_width_column_wrapper< ElementTo, SourceElementT >内联
fixed_width_column_wrapper(std::initializer_list< ElementFrom > element_list, ValidityIterator v)cudf::test::fixed_width_column_wrapper< ElementTo, SourceElementT >内联
fixed_width_column_wrapper(InputIterator begin, InputIterator end, std::initializer_list< bool > const &validity)cudf::test::fixed_width_column_wrapper< ElementTo, SourceElementT >内联
fixed_width_column_wrapper(std::initializer_list< std::pair< ElementFrom, bool >> elements)cudf::test::fixed_width_column_wrapper< ElementTo, SourceElementT >内联
operator column_view() constcudf::test::detail::column_wrapper内联
operator mutable_column_view()cudf::test::detail::column_wrapper内联
release()cudf::test::detail::column_wrapper内联
wrappedcudf::test::detail::column_wrapper受保护的