Searched defs:is_adjacent (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/date_time/ | ||
D | period.hpp | 237 …bool period<point_rep,duration_rep>::is_adjacent(const period<point_rep,duration_rep>& other) const in is_adjacent() function in boost::date_time::period |
/third_party/boost/boost/geometry/algorithms/detail/buffer/ | ||
D | get_piece_turns.hpp | 130 inline bool is_adjacent(Piece const& piece1, Piece const& piece2) const in is_adjacent() function in boost::geometry::detail::buffer::piece_turn_visitor |
/third_party/boost/boost/graph/ | ||
D | graph_utility.hpp | 282 bool is_adjacent(Graph& g, Vertex a, Vertex b) in is_adjacent() function |