This functor does nothing. More...
#include <utilities/file_utilities.h>
Public Member Functions | |
| void | operator() (const type &FilePath, cont *PathsContainer) const |
This functor does nothing.
Definition at line 539 of file file_utilities.h.
| void nitro::CollectNone< type, cont >::operator() | ( | const type & | FilePath, | |
| cont * | PathsContainer | |||
| ) | const [inline] |
Operator adds path to file into array.
| FilePath | - Path to the founded file. | |
| PathsContainer | - Iterator for inserting. |
| nitro::exception | Throws an exception of that type with the error description. |
Definition at line 563 of file file_utilities.h.
{
}
1.6.1