dune-typetree
2.5-dev
|
Check if type represents a tree path. More...
#include <dune/typetree/typetraits.hh>
Check if type represents a tree path.
If T is a or derived from one of the tree path types this struct derives from std::true_type, otherwise from std::false_type. Hence the result of the check is available via ::value, cast to bool, or operator().
T | Check if this type represents a tree path |