Skip to content
Snippets Groups Projects
  • Dr. Felix Tobias Schindler's avatar
    7bdd73e9
    [spaces] add is_space · 7bdd73e9
    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.
    7bdd73e9
    History
    [spaces] add is_space
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.