#ifndef __HYPERNEAT_FUNCTION_HPP__ #define __HYPERNEAT_FUNCTION_HPP__ #include namespace hyperneat { template using Function = std::function; } #endif