Vita
Namespaces | Functions
lambda_f.cc File Reference

Go to the source code of this file.

Namespaces

namespace  vita
 The main namespace for the project.
 

Functions

bool vita::serialize::save (std::ostream &out, const basic_src_lambda_f &l)
 
bool vita::serialize::save (std::ostream &out, const basic_src_lambda_f *l)
 Saves a lambda function on persistent storage. More...
 
bool vita::serialize::save (std::ostream &out, const std::unique_ptr< basic_src_lambda_f > &l)
 

Detailed Description

Remarks
This file is part of VITA.
License\n
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/

Definition in file lambda_f.cc.

Function Documentation

◆ save() [1/3]

bool vita::serialize::save ( std::ostream &  out,
const basic_src_lambda_f l 
)

Definition at line 31 of file lambda_f.cc.

◆ save() [2/3]

bool vita::serialize::save ( std::ostream &  out,
const basic_src_lambda_f l 
)

Saves a lambda function on persistent storage.

Parameters
[in]outoutput stream
[in]llambda function
Returns
true on success
Examples
titanic04.cc.

Definition at line 25 of file lambda_f.cc.

◆ save() [3/3]

bool vita::serialize::save ( std::ostream &  out,
const std::unique_ptr< basic_src_lambda_f > &  l 
)

Definition at line 36 of file lambda_f.cc.