index
:
vcpkg
aws-lambda-cpp
master
signing
update-geos-381
update-shapelib-150
Forked from https://github.com/microsoft/vcpkg
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toolsrc
/
include
/
vcpkg_optional.h
blob: 7b935bea99607f8480b9b12fb75264b893f32a35 (
plain
)
1
2
3
4
5
#pragma once #include <memory> template<class T> using optional = std::unique_ptr<T>;