-
Dr. Felix Tobias Schindler authored
This traits can be used to safely check if a given type is derived from SpaceInterface, i.e. static const bool is = GDT::is_space< SpaceType >::value; static_assert(GDT::is_space< SpaceType >::value, "Error!"); without the need to call std::is_base_of manually.
Dr. Felix Tobias Schindler authoredThis traits can be used to safely check if a given type is derived from SpaceInterface, i.e. static const bool is = GDT::is_space< SpaceType >::value; static_assert(GDT::is_space< SpaceType >::value, "Error!"); without the need to call std::is_base_of manually.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.