13 #ifndef OGLPLUS_PROG_VAR_OPTIONAL_1405052234_HPP
14 #define OGLPLUS_PROG_VAR_OPTIONAL_1405052234_HPP
16 #include <oglplus/detail/optional.hpp>
21 template <
typename ProgVar>
22 class OptionalImpl<tag::ProgVar, ProgVar>
26 OptionalImpl(ProgramName program,
StrCRef identifier)
27 : ProgVar(program, identifier, false)
33 #endif // include guard
Program variable wrapper.
String const reference wrapper template.
Definition: ref_tpl.hpp:72