supports_gz() : ifstreamPointer , ofstreamPointer SuppressionCollision() : SuppressionCollision< CloudType > surf() : isoAdvection surf1EdgeCuts() : surfaceIntersection surf1Face() : booleanSurface surf2Edg
[in] runTime - the other Time instance to construct from [in] parentDict - the parent dictionary containing a "functions" sub-dictionary of functionObject specifications. [in] execution - whether the function objects should execute or not. Default: true. Definition at line 403 of file fu...
const void *private_info: A pointer to binary data that is returned by the OpenCL implementation that can be used to log additional information helpful in debugging the error. size_t cb: The size in bytes of the private_info data. void *user_data: The pointer to the user data that was...
- Added support for 3D instance normalizations [#515](https://github.com/onnx/onnx-tensorrt/pull/515) - Improved clarity on the resize modes TRT supports [#512](https://github.com/onnx/onnx-tensorrt/pull/521) - Added Changelog ### Changed - Unified docker usage between ONNX-TensorRT...
std::ifstreamfile(filename); if(!file.is_open()){ file.open("../"+filename); if(!file.is_open()) throwstd::exception("File not found"); } returnstd::string((std::istreambuf_iterator<char>(file)), std::istreambuf_iterator<char>()); ...
std::ifstream f("example.json"); json data = json::parse(f); Creating json objects from JSON literals Assume you want to create hard-code this literal JSON value in a file, as a json object: { "pi": 3.141, "happy": true } There are various options: // Using (raw) string ...
(JSON_Install OFF CACHE INTERNAL "")# Don't use include(nlohmann_json/CMakeLists.txt) since that carries with it# unintended consequences that will break the build. It's generally# discouraged (although not necessarily well documented as such) to use# include(...) for pulling in other C...
instance() : IOobject instant() : instant Instant() : Instant< T > instant() : instant instantValueFilePtr_ : objective inTag_ : formatter intCoupledPatchIDs() : regionModel intCoupledPatchIDs_ : regionModel integral() : correlationFunction< Type >, None< Type >, Polynomial< PolySize >...
CautoPtr< Foam::BinaryCollisionModel< Foam::DSMCCloud< ParcelType > > > CautoPtr< Foam::bitSet > CautoPtr< Foam::BlendedInterfacialModel< Foam::dragModel > > CautoPtr< Foam::BlendedInterfacialModel< Foam::heatTransferModel > > CautoPtr< Foam::BlendedInterfacialMod...
For instance, a std::vector<std::uint8_t>, or a std::list<std::uint16_t>: std::vector<std::uint8_t> v = {'t', 'r', 'u', 'e'}; json j = json::parse(v.begin(), v.end()); You may leave the iterators for the range [begin, end): std::vector<std::uint8_t>...