Apollo 10.0
自动驾驶开放平台
apollo::common::math::Factorial< N > 模板结构体 参考

#include <factorial.h>

apollo::common::math::Factorial< N > 的协作图:

Public 类型

enum  { value = N * Factorial<N - 1>::value }
 

详细描述

template<uint64_t N>
struct apollo::common::math::Factorial< N >

在文件 factorial.h31 行定义.

成员枚举类型说明

◆ anonymous enum

template<uint64_t N>
anonymous enum
枚举值
value 

在文件 factorial.h32 行定义.

32{ value = N * Factorial<N - 1>::value };

该结构体的文档由以下文件生成: