Class TempLat::IsInContainer
ClassList > TempLat > IsInContainer
A class which checks wheter container contains some objects. Need to be std compatible. https://stackoverflow.com/a/19299611 .More...
#include <isincontainer.h>
Public Functions
| Type | Name |
|---|---|
| IsInContainer () = delete |
Public Static Functions
| Type | Name |
|---|---|
| bool | check (T && t, R && r) |
Detailed Description
Unit test: ctest -R test-isincontainer
Public Functions Documentation
function IsInContainer
Public Static Functions Documentation
function check
template<typename T, typename R>
static inline bool TempLat::IsInContainer::check (
T && t,
R && r
)
The documentation for this class was generated from the following file cosmolatticeweb/tmp/code_source/templat/include/TempLat/util/isincontainer.h