|
IMP Reference Guide
develop.169ea894ba,2025/11/02
The Integrative Modeling Platform
|
Classes to handle static sized arrays of things. More...
#include <IMP/kernel_config.h>#include "Value.h"#include "comparison_macros.h"#include "hash_macros.h"#include "check_macros.h"#include "showable_macros.h"#include <array>#include <type_traits>#include <cereal/access.hpp>#include <cereal/types/array.hpp>
Include dependency graph for Array.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | IMP::Array< D, Data, SwigData > |
| A class to store a fixed array of same-typed values. More... | |
Namespaces | |
| IMP | |
| Base functionality and abstract base classes for representation, scoring and sampling. | |
Functions | |
| template<unsigned int I, unsigned int D, class Data , class SwigData > | |
| const Data & | std::get (const IMP::Array< D, Data, SwigData > &arr) |
| template<unsigned int I, unsigned int D, class Data , class SwigData > | |
| Data & | std::get (IMP::Array< D, Data, SwigData > &arr) |