WPILibC++ 2024.3.2
wpi::java::detail Namespace Reference

Classes

struct  ArrayHelper
 
struct  ConvertIntArray
 
struct  copy_cv
 
class  JSpanBase
 Helper class for working with JNI arrays. More...
 

Concepts

concept  JArrayType
 

Typedefs

template<typename CvSrc , typename Dest >
using copy_cv_t = typename copy_cv< CvSrc, Dest >::type
 

Variables

template<typename From , typename To >
constexpr bool is_qualification_convertible_v
 

Typedef Documentation

◆ copy_cv_t

template<typename CvSrc , typename Dest >
using wpi::java::detail::copy_cv_t = typedef typename copy_cv<CvSrc, Dest>::type

Variable Documentation

◆ is_qualification_convertible_v

template<typename From , typename To >
constexpr bool wpi::java::detail::is_qualification_convertible_v
constexpr
Initial value:
=
!(std::is_const_v<From> && !std::is_const_v<To>)&&!(
std::is_volatile_v<From> && !std::is_volatile_v<To>)