Public Member Functions | List of all members
ContainerWith_is_valid Struct Reference
Inheritance diagram for ContainerWith_is_valid:
SizedContainer

Public Member Functions

bool is_valid () const
 
- Public Member Functions inherited from SizedContainer
 SizedContainer (std::size_t size=0U)
 

Additional Inherited Members

- Protected Attributes inherited from SizedContainer
std::size_t fSize = 0U
 

Detailed Description

Definition at line 52 of file isValidLibraryData_test.cc.

Member Function Documentation

bool ContainerWith_is_valid::is_valid ( ) const
inline

Definition at line 55 of file isValidLibraryData_test.cc.

55 { return fSize > 0U; }

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