Program Listing for File DistanceToGraphCenterCellState.hpp

Return to documentation for file (include/dish2/push/DistanceToGraphCenterCellState.hpp)

#pragma once
#ifndef DISH2_PUSH_DISTANCETOGRAPHCENTERCELLSTATE_HPP_INCLUDE
#define DISH2_PUSH_DISTANCETOGRAPHCENTERCELLSTATE_HPP_INCLUDE

#include "../../../third-party/Empirical/include/emp/base/optional.hpp"

namespace dish2 {

struct DistanceToGraphCenterCellState {

  emp::optional<size_t> my_distance;

};

} // namespace dish2

#endif // #ifndef DISH2_PUSH_DISTANCETOGRAPHCENTERCELLSTATE_HPP_INCLUDE