SourcePro® API Reference Guide

 
Loading...
Searching...
No Matches
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::RWSize_T ( size_t n)
inline

Construct an RWSize_T with value n.

Member Function Documentation

◆ value()

size_t RWSize_T::value ( ) const
inline

Access the value.

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