#include "tree.h"
#include "power-of-two.h"
#include "../utils/FormatableString.h"
#include <cassert>
#include <cstdlib>
Go to the source code of this file.
Namespaces | |
namespace | Aseba |
Functions | |
template<typename Derived , typename Base > | |
static Derived | polymorphic_downcast (Base base) |
static Derived polymorphic_downcast | ( | Base | base | ) | [inline, static] |
Definition at line 32 of file tree-optimize.cpp.