boost::optional<std::vector<std::wstring>> filePath;
上記のブーストオプションのベクトルがある場合、これを参照およびオプションのパラメーターとして渡すことは可能ですか?
Test(const boost::filesystem::path& targetPath, boost::optional<std::vector<std::wstring>> filePath = boost::none);
filePath
デフォルトのパラメータと参照渡しを同時に渡すことはできますか?