Metall v0.30
A persistent memory allocator for data-centric analytics
 
Loading...
Searching...
No Matches
value_from.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  metall
 The top level of namespace of Metall.
 
namespace  metall::json
 Namespace for Metall JSON container, which is in an experimental phase.
 
namespace  metall::json::jsndtl
 

Functions

template<typename allocator_type >
value< allocator_type > metall::json::jsndtl::value_from_impl (const bj::value &input_bj_value, allocator_type allocator=allocator_type())
 
template<typename allocator_type >
value< allocator_type > metall::json::jsndtl::value_from_impl (bj::value &&input_bj_value, allocator_type allocator=allocator_type())
 
template<typename T , typename allocator_type = std::allocator<std::byte>>
value< allocator_type > metall::json::value_from (T &&input_data, const allocator_type &allocator=allocator_type())
 Convert an input data and construct a JSON value.