b5c0158ec2
This builds some machinery so that we can create a detector for member-functions (methods) named <whatever>. Use the macro to build the machinery: DECLARE_HAS_METHOD(myFunction) then after that, has_myFunction<T> is either std::true_type or std::false_type depending on whether T has a method myFunction. |
||
---|---|---|
.. | ||
branding | ||
calamares | ||
libcalamares | ||
libcalamaresui | ||
modules | ||
qml | ||
CMakeLists.txt |