| 210 | } |
| 211 | template<class View, class Val, class Degree, class StateIdx> |
| 212 | forceinline int |
| 213 | LayeredGraph<View,Val,Degree,StateIdx>::IndexRange::fst(void) const { |
| 214 | return _fst; |
| 215 | } |
| 216 | template<class View, class Val, class Degree, class StateIdx> |
| 217 | forceinline int |
| 218 | LayeredGraph<View,Val,Degree,StateIdx>::IndexRange::lst(void) const { |