|
|
using | mapType = std::map< IndexT, std::shared_ptr< T > > |
| |
|
using | baseIterator = std::conditional_t< IsConstant, typename mapType::const_iterator, typename mapType::iterator > |
| |
|
using | keyType = const IndexT |
| |
|
using | valueType = std::conditional_t< IsConstant, const T, T > |
| |
|
using | pairType = std::conditional_t< IsConstant, const std::pair< const IndexT, T >, std::pair< const IndexT, T > > |
| |
The documentation for this struct was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/alicevision/checkouts/latest/src/aliceVision/sfmData/SharedPtrMap.hpp