Jpp  19.1.0
the software that should make you happy
Public Types | List of all members
JLANG::JPrimitive< T > Struct Template Reference

Data structure for primitive types. More...

#include <JClass.hh>

Public Types

enum  { is_primitive = true }
 
typedef const T argument_type
 

Detailed Description

template<class T>
struct JLANG::JPrimitive< T >

Data structure for primitive types.

Definition at line 19 of file JClass.hh.

Member Typedef Documentation

◆ argument_type

template<class T >
typedef const T JLANG::JPrimitive< T >::argument_type

Definition at line 21 of file JClass.hh.

Member Enumeration Documentation

◆ anonymous enum

template<class T >
anonymous enum
Enumerator
is_primitive 

Definition at line 23 of file JClass.hh.

23 { is_primitive = true };

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