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
4
namespace
Aspose {
namespace
Zip {
5
6
// Options for using ZIP64 extensions when saving zip archives.
7
8
enum 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
System::Default
std::enable_if< IsExceptionWrapper< T >::value, constT & >::type Default()
Returns the default-constructed instance of the specified type.
Definition:
default.h:16
include
zip
zip64_option.h
Generated by
1.9.4