cppx-core
Namespaces | Functions
is_of_derived_class_.hpp File Reference
#include <cppx-core/language/syntax/type-assemblers.hpp>
#include <cppx-core/language/tmp/basic-Enable_if_.hpp>
#include <cppx-core/language/tmp/basic-type-traits.hpp>
#include <cppx-core/language/types/Truth.hpp>
Include dependency graph for is_of_derived_class_.hpp:

Go to the source code of this file.

Namespaces

 cppx
 

Functions

template<class Derived , class Type , class = Enable_if_<is_base_and_derived_<Type, Derived>>>
auto cppx::is_of_derived_class_ (const Type &o) -> Truth