MCPcopy Create free account
hub / github.com/davisking/dlib / optional

Class optional

dlib/optional.h:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34 template<class T>
35 class optional;
36 /*!
37 WHAT THIS OBJECT REPRESENTS
38 This is a standard's compliant backport of std::optional that works with C++14.

Callers

nothing calls this directly

Calls 4

moveFunction · 0.85
bad_optional_accessClass · 0.85
assignMethod · 0.45
constructMethod · 0.45

Tested by

no test coverage detected