#pragma once #include "type_traits.hpp" #include template concept Function = is_func_v; template concept Abstract = std::is_abstract_v;