OGLplus  (0.59.0) a C++ wrapper for rendering APIs

ssl_api_fwd.hpp
Go to the documentation of this file.
1 #ifndef EAGINE_SSL_API_FWD_HPP
9 #define EAGINE_SSL_API_FWD_HPP
10 
11 namespace eagine::sslp {
12 //------------------------------------------------------------------------------
13 class ssl_api_traits;
14 
15 template <typename ApiTraits>
16 class basic_ssl_api;
17 
18 using ssl_api = basic_ssl_api<ssl_api_traits>;
19 //------------------------------------------------------------------------------
20 } // namespace eagine::sslp
21 
22 #endif // EAGINE_SSL_API_FWD_HPP

Copyright © 2015-2021 Matúš Chochlík.
<chochlik -at -gmail.com>
Documentation generated on Tue Apr 13 2021 by Doxygen (version 1.8.17).