opencv/modules/gapi/test/util
Anton Potapov e02318d384 GAPI: utils - variant converting ctor and assignment op. reworked
- reworked variant::operator(T&&) and varaint::variant(T&&) to be more
concise and signature accurate with C++17 specification
- restricted cv::detail::OpaqueRef::OpaqueRef(T&&) to not substitute
copy/move ctors
- moved common additions to C++11 version of std <type_traits> to
separte header
2020-05-20 14:34:55 +03:00
..
any_tests.cpp Merge pull request #15632 from aDanPin:dp/any_ref_tests 2019-10-08 12:42:49 +03:00
optional_tests.cpp Merge pull request #14741 from rgarnov:gapi_fix_includes 2019-06-14 19:27:19 +03:00
variant_tests.cpp GAPI: utils - variant converting ctor and assignment op. reworked 2020-05-20 14:34:55 +03:00