Keyple Util C++ Library 2.3.0.5-SNAPSHOT
Reference Terminal Reader API for C++
Functions
keyple::core::util::cpp::detail Namespace Reference

Functions

template<typename ValueType >
ValueType any_cast_move_if_true (typename std::remove_reference< ValueType >::type *p, std::true_type)
 
template<typename ValueType >
ValueType any_cast_move_if_true (typename std::remove_reference< ValueType >::type *p, std::false_type)
 

Function Documentation

◆ any_cast_move_if_true() [1/2]

template<typename ValueType >
ValueType keyple::core::util::cpp::detail::any_cast_move_if_true ( typename std::remove_reference< ValueType >::type *  p,
std::false_type   
)
inline

Definition at line 417 of file Any.h.

◆ any_cast_move_if_true() [2/2]

template<typename ValueType >
ValueType keyple::core::util::cpp::detail::any_cast_move_if_true ( typename std::remove_reference< ValueType >::type *  p,
std::true_type   
)
inline

Definition at line 411 of file Any.h.