DxLibEx
dxle::detail::static_cast_if_helper< to, from, false, true > Struct Template Reference

#include <cast_if.hpp>

Public Member Functions

DXLE_CONSTEXPR to operator() (const from &n) const DXLE_NOEXCEPT_IF(std
 
DXLE_CONSTEXPR to operator() (from &&n) const DXLE_NOEXCEPT_OR_NOTHROW
 

Detailed Description

template<typename from, typename to>
struct dxle::detail::static_cast_if_helper< to, from, false, true >

Definition at line 36 of file cast_if.hpp.

Member Function Documentation

§ operator()() [1/2]

template<typename from , typename to >
DXLE_CONSTEXPR to dxle::detail::static_cast_if_helper< to, from, false, true >::operator() ( const from &  n) const
inline

Definition at line 38 of file cast_if.hpp.

§ operator()() [2/2]

template<typename from , typename to >
DXLE_CONSTEXPR to dxle::detail::static_cast_if_helper< to, from, false, true >::operator() ( from &&  n) const
inline

Definition at line 43 of file cast_if.hpp.


The documentation for this struct was generated from the following file: