#pragma once template class TEnableIf; template class TEnableIf { public: typedef Result Type; }; template class TEnableIf { };