VCCC  2024.05
VisualCamp Common C++ library
cast.hpp File Reference
#include "vccc/__type_support/library_config.hpp"
#include "vccc/type_traits.hpp"
#include <cstddef>

Go to the source code of this file.

Namespaces

 vccc
 

Functions

template<typename ToType , typename FromType >
constexpr decltype(auto) cast (FromType &&from)