kwiver icon indicating copy to clipboard operation
kwiver copied to clipboard

Replace kwiver::vital::any with std::any (C++17)

Open hdefazio opened this issue 3 years ago • 0 comments

  • Replace kv::any with std::any
  • Replace kv::any_cast with std::any_cast
  • Replace kv::bad_any_cast with std::bad_any_cast
  • any.empty() -> !any.has_value()
  • any.type_name() -> any.type().name()

hdefazio avatar Nov 21 '22 20:11 hdefazio