Go to the documentation of this file. 1 #ifndef OALPLUS_ALUT_API_API_TRAITS_HPP
9 #define OALPLUS_ALUT_API_API_TRAITS_HPP
33 std::string _full_name;
38 #endif // OALPLUS_ALUT_API_API_TRAITS_HPP
Class wrapping the result of a C-API function call.
Definition: c_api_wrap.hpp:210
Policy customizing the generic C-API wrappers for the ALUT API.
Definition: api_traits.hpp:18
api_opt_result< Result, alut_result_info > alut_opt_result
Class wrapping the result of a ALUT API function call.
Definition: result.hpp:180
Primary template for conditionally valid values.
Definition: decl.hpp:49
api_no_result< Result, alut_no_result_info > alut_no_result
Alias for always-invalid result of a missing ALUT API function call.
Definition: result.hpp:166
AL-related code is placed in this namespace.
Definition: oalplus.hpp:11
Policy class customizing C-API constant value loading and function linking.
Definition: c_api_wrap.hpp:901