#include <value.hh>
Inheritance diagram for ntg::internal::any_ntg_< E >:
This class is a bridge with the internal namespace. Indeed, global operators (such as <T,U> operator+(T, U)) are defined in the internal namespace to allow a "using namespace ntg" directive without breaking external classes interactions.
However, ntg types need to see those operators. This is done by inheriting from internal::any_ntg_, thanks to Koenig lookup.
See comments in <ntg/config/system.hh>.
Definition at line 62 of file value.hh.