i18n
Loading...
Searching...
No Matches
DerivedFrom Concept Reference

DerivedFrom is accept supportedLocal class only. More...

#include <I18n.hpp>

Concept definition

template<typename Base, typename Derived>
concept DerivedFrom = std::derived_from<Base, Derived>
DerivedFrom is accept supportedLocal class only.
Definition I18n.hpp:67

Detailed Description

DerivedFrom is accept supportedLocal class only.

Template Parameters
Baseis the parent
Derivedis the child