![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <stdexcept>#include <ostream>#include <typeinfo>

Go to the source code of this file.
Namespaces | |
| flann | |
| flann::anyimpl | |
Macros | |
| #define | SMALL_POLICY(TYPE) |
| Specializations for small types. More... | |
Functions | |
| std::ostream & | flann::anyimpl::operator<< (std::ostream &out, const empty_any &) |
| template<typename T > | |
| base_any_policy * | flann::anyimpl::get_policy () |
| This function will return a different policy for each type. More... | |
| std::ostream & | flann::operator<< (std::ostream &out, const any &any_val) |
| #define SMALL_POLICY | ( | TYPE | ) |
Specializations for small types.