8#ifndef DESIGNLAB_HEXAPOD_CONST_H_
9#define DESIGNLAB_HEXAPOD_CONST_H_
HexapodConst()=delete
コンストラクタとコピーコンストラクタを削除し,実体を生成できないようにする.
HexapodConst & operator=(const HexapodConst &other)=delete
削除する.
static constexpr int kLegNum
HexapodConst(const HexapodConst &other)=delete
削除する.
HexapodConst(HexapodConst &&other)=delete
削除する.