CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
zip64_option.h
1#ifndef _aspose_zip_zip64_option_h_
2#define _aspose_zip_zip64_option_h_
3
4namespace Aspose { namespace Zip {
5
6// Options for using ZIP64 extensions when saving zip archives.
7
8enum class Zip64Option
9{
10 Default = 0,
11 Never = 0,
12 AsNecessary = 1,
13 Always
14};
15
16}} // namespace Aspose::Zip
17
18#endif // _aspose_zip_zip64_option_h_
19
std::enable_if< IsExceptionWrapper< T >::value, constT & >::type Default()
Returns the default-constructed instance of the specified type.
Definition: default.h:16