This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
vcpkg
Watch
1
Star
0
Fork
0
You've already forked vcpkg
mirror of
https://github.com/microsoft/vcpkg.git
synced
2024-11-29 15:21:59 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
2a83c5eda6
vcpkg
/
toolsrc
/
include
/
opt_bool.h
12 lines
126 B
C
Raw
Normal View
History
Unescape
Escape
Initial commit
2016-09-19 11:50:08 +08:00
#
pragma once
namespace
vcpkg
{
enum
class
opt_bool
{
[opt_bool] Make members ALL_CAPS
2017-02-01 04:59:20 +08:00
UNSPECIFIED
,
ENABLED
,
DISABLED
Initial commit
2016-09-19 11:50:08 +08:00
}
;
}
Reference in New Issue
Copy Permalink