13 #ifndef OGLPLUS_PROG_VAR_TYPECHECKED_1405052234_HPP
14 #define OGLPLUS_PROG_VAR_TYPECHECKED_1405052234_HPP
16 #include <oglplus/detail/typechecked.hpp>
21 template <
typename ProgVar_>
22 class TypecheckedImpl<tag::ProgVar, ProgVar_>
26 typedef typename Classify<ProgVar_>::VarTag VarTag;
28 OGLPLUS_IMPLEMENT_PROG_VAR_CTRS(VarTag, TypecheckedImpl, ProgVar_)
31 template <
typename ProgVar>
32 struct Classify<Typechecked<ProgVar>>
38 #endif // include guard
Program variable wrapper.