AliceVision
Photogrammetric Computer Vision Framework
Public Types | List of all members
aliceVision::sfmData::MapTraits< T, IsConstant > Struct Template Reference

Public Types

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: