#include #include "State_Test_Types.hpp" static_assert(State_Value); static_assert(std::derived_from); static_assert(Published_State_Storage_Type); static_assert(!Has_State_Validator); static_assert(Has_State_Validator); TEST(state_concepts_test, concepts_compile) { SUCCEED(); }