SourcePro® API Reference Guide

 
List of all members | Public Member Functions
RWSize_T Struct Reference

Encapsulates the simple type, size_t. More...

#include <rw/utility.h>

Public Member Functions

 RWSize_T (size_t n)
 
size_t value () const
 

Detailed Description

Encapsulates the simple type, size_t. This class is provided to avoid unwanted type conversions.

Constructor & Destructor Documentation

RWSize_T::RWSize_T ( size_t  n)
inline

Construct an RWSize_T with value n.

Member Function Documentation

size_t RWSize_T::value ( void  ) const
inline

Access the value.

Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.