Quetzal-CoaTL
The Coalescence Template Library
Loading...
Searching...
No Matches
visit.hpp
1// Copyright 2021 Arnaud Becheler <abechele@umich.edu>
2
10
11#ifndef VISIT_STAGES_H_INCLUDED
12#define VISIT_STAGES_H_INCLUDED
13
14namespace boost
15{
16enum class visit
17{
18 pre,
19 in,
20 post
21};
22} // namespace boost
23
24#endif
Definition cardinal_k_ary_tree.hpp:46