#include <stdexcept>
#include <ostream>
#include <typeinfo>
Go to the source code of this file.
Define Documentation
Value:template<> \
struct choose_policy<TYPE> { typedef small_any_policy<TYPE> type; \
}
Specializations for small types.
Definition at line 124 of file any.h.